[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-video-cvs
Subject:    [Video-cvs] sitelib polyreg.c,1.5,1.5.2.1
From:       jeffl () helixcommunity ! org
Date:       2010-10-26 18:11:42
Message-ID: 201010261812.o9QIC13F001579 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/video/sitelib
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv2435

Modified Files:
      Tag: hxclient_3_1_0_atlas
	polyreg.c 
Log Message:
Fixed VC9 compiler warnings


Index: polyreg.c
===================================================================
RCS file: /cvsroot/video/sitelib/polyreg.c,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- polyreg.c	6 Jul 2007 20:53:58 -0000	1.5
+++ polyreg.c	26 Oct 2010 18:11:39 -0000	1.5.2.1
@@ -473,7 +473,7 @@
                 pts[1].x == rects->x2 &&
                 (numRects == 1 || rects[-1].y1 != rects->y1) &&
                 (i && pts[2].y > pts[1].y)) {
-                rects->y2 = pts[1].y + 1;
+                rects->y2 = (short)(pts[1].y + 1);
                 continue;
             }
             numRects++;


_______________________________________________
Video-cvs mailing list
Video-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/video-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic