winedbg: Remove superfluous break instruction

André Hentschel nerv at dawncrow.de
Tue Jan 17 15:22:09 CST 2012


---
 programs/winedbg/crashdlg.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/programs/winedbg/crashdlg.c b/programs/winedbg/crashdlg.c
index 27de37d..1f2542e 100644
--- a/programs/winedbg/crashdlg.c
+++ b/programs/winedbg/crashdlg.c
@@ -134,7 +134,6 @@ static void load_crash_log( HANDLE file )
     while (ReadFile( file, crash_log + pos, size - pos - 1, &len, NULL ) && len)
     {
         pos += len;
-        break;
         if (pos == size - 1) crash_log = HeapReAlloc( GetProcessHeap(), 0, crash_log, size *= 2 );
     }
     crash_log[pos] = 0;
-- 

Best Regards, André Hentschel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Nachrichtenteil als Anhang
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120117/0dec9be9/attachment.ksh>


More information about the wine-patches mailing list