IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18855


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

fix incorrect fix

File:
1 edited

Legend:

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

    r18853 r18855  
    2525        psArgumentRemove(argNum, &argc, argv);
    2626        psString line = NULL;           // Line to execute
    27         psStringAppend(&path, "mkdir -p %s", path);
     27        psStringAppend(&line, "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.