Changeset 18098 for trunk/Ohana/src/opihi/pcontrol/delete.c
- Timestamp:
- Jun 12, 2008, 12:52:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/delete.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/delete.c
r8296 r18098 10 10 return (FALSE); 11 11 } 12 JobID = atoi (argv[1]); 12 JobID = GetID (argv[1]); 13 if (!JobID) { 14 gprint (GP_ERR, "invalid job id %s\n", argv[1]); 15 return (FALSE); 16 } 17 13 18 /* use a string interp to convert JobIDs to ints ? */ 14 19
Note:
See TracChangeset
for help on using the changeset viewer.
