Original bug from glibc (reported).

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1683 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-04-26 02:44:28 +00:00
parent 5b50a7e0bd
commit 14ffea2964
+1 -1
View File
@@ -2371,7 +2371,7 @@ find_recover_state (err, mctx)
cur_state = merge_state_with_log (err, mctx, NULL); cur_state = merge_state_with_log (err, mctx, NULL);
} }
while (err == REG_NOERROR && cur_state == NULL); while (*err == REG_NOERROR && cur_state == NULL);
return cur_state; return cur_state;
} }