fix qsave_module
This commit is contained in:
parent
52cf634e33
commit
e4306ba28e
2
C/qlyr.c
2
C/qlyr.c
@ -193,7 +193,7 @@ InsertPredEntry(PredEntry *op, PredEntry *pe)
|
||||
import_pred_entry_hash_entry_t *p;
|
||||
|
||||
if (LOCAL_ImportPredEntryHashTableSize == 0)
|
||||
return NULL;
|
||||
return;
|
||||
hash = (CELL)(op) % LOCAL_ImportPredEntryHashTableSize;
|
||||
p = LOCAL_ImportPredEntryHashChain[hash];
|
||||
while (p) {
|
||||
|
Reference in New Issue
Block a user