Changeset 33963 for trunk/Ohana/src/dvosplit
- Timestamp:
- May 30, 2012, 1:46:12 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/dvosplit/src/dvosplit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
trunk/Ohana/src/dvosplit/src/dvosplit.c
r33656 r33963 140 140 char line[2048]; 141 141 snprintf (line, 2048, "cp %s/Images.dat %s/Images.dat", CATDIR, OUTDIR); 142 system (line); 142 int status = system (line); 143 if (status) { 144 fprintf (stderr, "ERROR: failed to copy Images.dat\n"); 145 exit (1); 146 } 143 147 } 144 148
Note:
See TracChangeset
for help on using the changeset viewer.
