IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2008, 10:40:02 AM (18 years ago)
Author:
bills
Message:

Fix compile error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSimSequence.c

    r18849 r18853  
    2525        psArgumentRemove(argNum, &argc, argv);
    2626        psString line = NULL;           // Line to execute
    27         psStringAppend("mkdir -p %s", path);
     27        psStringAppend(&path, "mkdir -p %s", path);
    2828        if (!system(line)) {
    2929            psWarning("Unable to create directory %s", path);
Note: See TracChangeset for help on using the changeset viewer.