[MSRLE] Typo's in my last patch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Sorry, but in my last patch where 2 typos.

Changelog:
  - Fixed 2 typos in my last patch.

  Michael Günnewig

Index: dlls/msvideo/msrle32/msrle32.c
===================================================================
RCS file: /home/wine/wine/dlls/msvideo/msrle32/msrle32.c,v
retrieving revision 1.6
diff -d -u -r1.6 msrle32.c
--- dlls/msvideo/msrle32/msrle32.c	30 Jun 2003 20:53:49 -0000	1.6
+++ dlls/msvideo/msrle32/msrle32.c	1 Jul 2003 19:33:26 -0000
@@ -803,14 +803,14 @@
       if (jumpy == 0) {
 	/* add EOL -- end of line */
 	lpbiOut->biSizeImage += 2;
-	*((LPDWORD)lpOut)++ = 0;
+	*((LPWORD)lpOut)++ = 0;
 	assert(lpOut == (lpOutStart + lpbiOut->biSizeImage));
       }
     }
 
     /* add EOL -- will be changed to EOI */
     lpbiOut->biSizeImage += 2;
-    *((LPDWORD)lpOut)++ = 0;
+    *((LPWORD)lpOut)++ = 0;
   }
 
   /* change EOL to EOI -- end of image */

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux