Commit 77417e46 authored by marko's avatar marko

branches/zip: buf_page_get_gen(): Restore the "break" statement to a

"for (;;)" loop that was accidentally removed in r1090.
parent cf96318a
......@@ -1612,6 +1612,8 @@ loop:
if (io_fix == BUF_IO_READ) {
os_thread_sleep(WAIT_FOR_READ);
} else {
break;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment