On Tue, 2017-02-07 at 11:41 +0100, Etienne Robin wrote:
> Could you try it on your sample or send me your sample ?

        Hi,
could you provide a unified diff instead, please. Using that yours I
get:
   $ patch -p0 <../p.patch 
   patch: **** Only garbage was found in the patch input.

Preferably do this:
a) copy original .cpp file with a new extension, like .cpp.my-orig
b) run:
   $ gendiff podofo/ .my-orig >fix.patch

If the gendiff is not available, then:
   $ diff -up original-file new-file >fix.patch

The "-up" argument helps a lot when applying patches between versions
(and in general).
        Thanks and bye.
        zyx
-- 
http://www.litePDF.cz                                 i...@litepdf.cz

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to