Changeset 367 for trunk/src/sh_hash.c
- Timestamp:
- Oct 30, 2011, 9:18:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_hash.c
r362 r367 434 434 char * str; 435 435 char hashbuf[KEYBUF_SIZE]; 436 int retval;436 volatile int retval; 437 437 438 438 /* -------- find the entry for the file ---------------- */ … … 459 459 str = all_items(theFile, fileHash, 0); 460 460 tmp = sh_util_safe_name(fullpath); 461 462 SH_MUTEX_LOCK(mutex_thread_nolog); 461 463 sh_error_handle (level, FIL__, __LINE__, 0, 462 464 MSG_FI_MISS2, tmp, str); 465 SH_MUTEX_UNLOCK(mutex_thread_nolog); 463 466 464 467 SH_FREE(tmp);
Note:
See TracChangeset
for help on using the changeset viewer.