[56091] trunk/dports/devel/libofx

ryandesign at macports.org ryandesign at macports.org
Sun Aug 23 23:30:14 PDT 2009


Revision: 56091
          http://trac.macports.org/changeset/56091
Author:   ryandesign at macports.org
Date:     2009-08-23 23:30:13 -0700 (Sun, 23 Aug 2009)
Log Message:
-----------
libofx: Add patchfile forgotten in r56090

Revision Links:
--------------
    http://trac.macports.org/changeset/56090

Added Paths:
-----------
    trunk/dports/devel/libofx/files/
    trunk/dports/devel/libofx/files/patch-ofx_preproc.cpp.diff

Added: trunk/dports/devel/libofx/files/patch-ofx_preproc.cpp.diff
===================================================================
--- trunk/dports/devel/libofx/files/patch-ofx_preproc.cpp.diff	                        (rev 0)
+++ trunk/dports/devel/libofx/files/patch-ofx_preproc.cpp.diff	2009-08-24 06:30:13 UTC (rev 56091)
@@ -0,0 +1,14 @@
+--- lib/ofx_preproc.cpp	2008-12-06 16:22:57.000000000 -0600
++++ lib/ofx_preproc.cpp	2009-08-24 01:27:02.000000000 -0500
+@@ -185,11 +185,7 @@
+ 	    memset(iconv_buffer,0,READ_BUFFER_SIZE * 2);
+ 	    size_t inbytesleft = strlen(s_buffer.c_str());
+ 	    size_t outbytesleft = READ_BUFFER_SIZE * 2 - 1;
+-#ifdef OS_WIN32
+ 	    const char * inchar = (const char *)s_buffer.c_str();
+-#else
+-	    char * inchar = (char *)s_buffer.c_str();
+-#endif
+ 	    char * outchar = iconv_buffer;
+ 	    int iconv_retval = iconv (conversion_descriptor,
+ 		    &inchar, &inbytesleft,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090823/b1cc2e20/attachment.html>


More information about the macports-changes mailing list