From c8b44a0bd0f3bb5141a1c32f8d4fe7284dd2e50a Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 24 Apr 2001 15:30:41 +0300 Subject: [PATCH] os0file.c Remove a compilation error on Windows innobase/os/os0file.c: Remove a compilation error on Windows --- innobase/os/os0file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/innobase/os/os0file.c b/innobase/os/os0file.c index 8e9b8482259..60a63f73143 100644 --- a/innobase/os/os0file.c +++ b/innobase/os/os0file.c @@ -1413,7 +1413,7 @@ try_again: return(TRUE); } - goto error_handling; + err = 1; /* Fall through the next if */ } #endif if (err == 0) {