]> git.pld-linux.org Git - packages/upx.git/commitdiff
- applied upstream
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 7 Nov 2009 22:31:27 +0000 (22:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    upx-pefile.patch -> 1.2

upx-pefile.patch [deleted file]

diff --git a/upx-pefile.patch b/upx-pefile.patch
deleted file mode 100644 (file)
index 62e6ab5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- upx-3.03-src/src/pefile.cpp.orig   2008-04-27 17:03:00.000000000 +0200
-+++ upx-3.03-src/src/pefile.cpp        2009-08-28 16:02:31.000000000 +0200
-@@ -1349,8 +1349,8 @@
-     // FIXME this comparison is not too exact
-     while (1)
-     {
--        char *delim1 = strchr(keep, '/');
--        char *delim2 = strchr(keep, ',');
-+        const char *delim1 = strchr(keep, '/');
-+        const char *delim2 = strchr(keep, ',');
-         if (helper::match(itype, ntype, keep))
-         {
-             if (!delim1)
This page took 0.165714 seconds and 4 git commands to generate.