Changeset 32714 for trunk/psLib/src/sys/psThread.c
- Timestamp:
- Nov 18, 2011, 4:30:35 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psThread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psThread.c
r32481 r32714 91 91 92 92 job->type = psStringCopy(type); 93 job->args = psArrayAlloc( 0);93 job->args = psArrayAlloc(16); 94 94 job->results = NULL; 95 95 return job;
Note:
See TracChangeset
for help on using the changeset viewer.
