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

List:       graphicsmagick-commit
Subject:    [GM-commit] GraphicsMagick: Fix Windows compile glitch
From:       GraphicsMagick Commits <graphicsmagick-commit () lists ! sourceforge ! net>
Date:       2012-06-16 19:41:19
Message-ID: hg.160b18034b49.1339875679.-1602079902 () blade ! simplesystems ! org
[Download RAW message or body]

changeset 160b18034b49 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=160b18034b49
summary: Fix Windows compile glitch

diffstat:

 magick/blob.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3355f77e6df4 -r 160b18034b49 magick/blob.c
--- a/magick/blob.c	Sat Jun 16 14:34:16 2012 -0500
+++ b/magick/blob.c	Sat Jun 16 14:41:14 2012 -0500
@@ -2548,7 +2548,7 @@
         }
 #if defined(MSWINDOWS)
       if (strchr(type,'b') != (char *) NULL)
-        setmode(_fileno(image->blob->file),_O_BINARY);
+        setmode(_fileno(image->blob->handle.std),_O_BINARY);
 #endif
       image->blob->type=StandardStream;
       image->blob->exempt=True;

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Graphicsmagick-commit mailing list
Graphicsmagick-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/graphicsmagick-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

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