Changeset 33089 for trunk/psLib/src/imageops/psImageCovariance.c
- Timestamp:
- Jan 11, 2012, 10:16:48 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageCovariance.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageCovariance.c
r32714 r33089 193 193 } 194 194 195 if (threaded && !psThreadPoolWait(true )) {195 if (threaded && !psThreadPoolWait(true, true)) { 196 196 psError(PS_ERR_UNKNOWN, false, "Error waiting for threads."); 197 197 return false; … … 360 360 } 361 361 } 362 if (threaded && !psThreadPoolWait(true )) {362 if (threaded && !psThreadPoolWait(true, true)) { 363 363 psError(PS_ERR_UNKNOWN, false, "Error waiting for threads."); 364 364 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
