Hi,
I have converted the patch to "svn diff" format
and attached the result to this e-mail. Of course
it remains the patch of Jörg Sonnenberger. Could
you (a PoDoFo committer) please apply and commit
it for him? Please mention in the commit message
it removes duplicate code in PdfVariant from Win64
cleanup (from his e-mail and my patch check).
Best regards, mabri
________________________________
From: Dominik Seichter <domseich...@googlemail.com>
To: Joerg Sonnenberger <jo...@britannica.bec.de>
CC: "podofo-us...@lists.sf.net" <podofo-us...@lists.sf.net>
Sent: Wednesday, 13 April 2016, 09:41 UTC
Subject: Re: [Podofo-users] Trivial cleanup patch
Hi Jörg,
Thanks for your contribution.
Can you please submit patches as diffs? This makes us either to review and
apply them.
Patches can be simply be created using "svn diff".
Best regards,
Dominik
On Wed, Apr 13, 2016 at 10:52 AM, Joerg Sonnenberger <jo...@britannica.bec.de>
wrote:
Hi,
>the attached patch removes left-over duplicated code from Windows 64bit
>cleanup.
>
>Joerg
>
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users
Index: src/base/PdfVariant.cpp
===================================================================
--- src/base/PdfVariant.cpp (revision 1716)
+++ src/base/PdfVariant.cpp (working copy)
@@ -255,11 +255,7 @@
pDevice->Write( " ", 1 ); // Write space before numbers
}
-#ifdef _WIN64
pDevice->Print( "%" PDF_FORMAT_INT64, m_Data.nNumber );
-#else
- pDevice->Print( "%" PDF_FORMAT_INT64, m_Data.nNumber );
-#endif
break;
}
case ePdfDataType_Real:
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users