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:
@@ -2371,7 +2371,7 @@ find_recover_state (err, mctx)
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user