Changeset 15145 for titan/plugins/scriptexec/scriptexec.h
- Timestamp:
- 04/05/12 01:49:43 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/scriptexec/scriptexec.h
r15143 r15145 4 4 void screenscriptexec() 5 5 { 6 int rcret = 0,dirrcret = 0;6 int dirrcret = 0; 7 7 char* tmpstr = NULL, *startdir = NULL; 8 8 char* file = NULL, *ret = NULL; … … 27 27 { 28 28 tmpstr = ostrcat(file, " &", 0, 0); 29 ret =system(tmpstr);29 system(tmpstr); 30 30 free(tmpstr); tmpstr = NULL; 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.