John Voltz : gdi32: Fix typo in enhanced metafile Arc function.

Alexandre Julliard julliard at winehq.org
Wed Jun 2 11:16:24 CDT 2010


Module: wine
Branch: master
Commit: c9f729c2f7b4017eb136da2bfd285fa1cacae4f7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c9f729c2f7b4017eb136da2bfd285fa1cacae4f7

Author: John Voltz <john.voltz at gmail.com>
Date:   Tue Jun  1 09:16:23 2010 -0400

gdi32: Fix typo in enhanced metafile Arc function.

---

 dlls/gdi32/enhmfdrv/graphics.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdi32/enhmfdrv/graphics.c b/dlls/gdi32/enhmfdrv/graphics.c
index 9c9cf6b..e066d0d 100644
--- a/dlls/gdi32/enhmfdrv/graphics.c
+++ b/dlls/gdi32/enhmfdrv/graphics.c
@@ -114,7 +114,7 @@ EMFDRV_ArcChordPie( PHYSDEV dev, INT left, INT top, INT right, INT bottom,
     emr.ptlStart.x    = xstart;
     emr.ptlStart.y    = ystart;
     emr.ptlEnd.x      = xend;
-    emr.ptlEnd.x      = yend;
+    emr.ptlEnd.y      = yend;
 
 
     /* Now calculate the BBox */




More information about the wine-cvs mailing list