Changeset 18853 for trunk/ppSim/src/ppSimSequence.c
- Timestamp:
- Aug 1, 2008, 10:40:02 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSimSequence.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimSequence.c
r18849 r18853 25 25 psArgumentRemove(argNum, &argc, argv); 26 26 psString line = NULL; // Line to execute 27 psStringAppend( "mkdir -p %s", path);27 psStringAppend(&path, "mkdir -p %s", path); 28 28 if (!system(line)) { 29 29 psWarning("Unable to create directory %s", path);
Note:
See TracChangeset
for help on using the changeset viewer.
