Changeset 27078
- Timestamp:
- Feb 25, 2010, 11:29:41 AM (16 years ago)
- Location:
- trunk/ppSub/src
- Files:
-
- 2 edited
-
ppSub.c (modified) (1 diff)
-
ppSubArguments.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSub.c
r27077 r27078 50 50 51 51 if (!ppSubArguments(argc, argv, data)) { 52 psError( PPSUB_ERR_ARGUMENTS, false, "Error reading arguments.");52 psError(psErrorCodeLast(), false, "Error reading arguments."); 53 53 goto die; 54 54 } -
trunk/ppSub/src/ppSubArguments.c
r26076 r27078 157 157 if (threads > 0) { 158 158 if (!psThreadPoolInit(threads)) { 159 psError(PS_ERR_ UNKNOWN, false, "Unable to setup %d threads", threads);159 psError(PS_ERR_PROG, false, "Unable to setup %d threads", threads); 160 160 return false; 161 161 }
Note:
See TracChangeset
for help on using the changeset viewer.
