Changeset 25027 for branches/pap/magic/remove/src/streaksutil.c
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
magic (modified) (1 prop)
-
magic/remove/src (modified) (1 prop)
-
magic/remove/src/streaksutil.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/magic
-
Property svn:ignore
set to
magic
ssa-core-cpp
Makefile
Makefile.bak
-
Property svn:ignore
set to
-
branches/pap/magic/remove/src
- Property svn:ignore
-
old new 1 isdestreaked 1 2 streaksremove 2 3 streaksreplace 3 4 streakscompare 4 5 streaksrelease 6 makefile
-
- Property svn:ignore
-
branches/pap/magic/remove/src/streaksutil.c
r20816 r25027 33 33 } 34 34 35 streakFiles *ourStreakFiles = NULL; 36 37 void 38 setStreakFiles(streakFiles *sfiles) 39 { 40 ourStreakFiles = sfiles; 41 } 42 35 43 // to enhance clarity in these programs we don't propagate errors up the stack 36 44 // we just bail out 37 45 void streaksExit(psString str, int exitCode) { 38 46 psErrorStackPrint(stderr, str); 47 if (ourStreakFiles) { 48 deleteTemps(ourStreakFiles); 49 } 39 50 exit(exitCode); 40 51 }
Note:
See TracChangeset
for help on using the changeset viewer.
