Changeset 18855
- Timestamp:
- Aug 1, 2008, 10:41:48 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSimSequence.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimSequence.c
r18853 r18855 25 25 psArgumentRemove(argNum, &argc, argv); 26 26 psString line = NULL; // Line to execute 27 psStringAppend(& path, "mkdir -p %s", path);27 psStringAppend(&line, "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.
