Changeset 2003
- Timestamp:
- Dec 9, 2010, 9:32:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blt4/packages/vizservers/pymolproxy/pymolproxy.c
r2001 r2003 96 96 97 97 static FILE *flog; 98 static int debug = TRUE;98 static int debug = FALSE; 99 99 static FILE *scriptFile; 100 100 static int savescript = FALSE; … … 375 375 376 376 sprintf(cmd, "/bin/rm -rf /tmp/pymol%d", getpid()); 377 system(cmd); 377 if (system(cmd) < 0) { 378 trace("can't delete tmp directory: %s\n", strerror(errno)); 379 } 378 380 } 379 381
Note: See TracChangeset
for help on using the changeset viewer.