Changeset 32715
- Timestamp:
- Nov 18, 2011, 4:38:40 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
r32714 r32715 91 91 92 92 job->type = psStringCopy(type); 93 job->args = psArrayAlloc (16);93 job->args = psArrayAllocEmpty(16); 94 94 job->results = NULL; 95 95 return job;
Note:
See TracChangeset
for help on using the changeset viewer.
