]> git.pld-linux.org Git - packages/upx.git/blob - upx-pefile.patch
- updated to 3.04
[packages/upx.git] / upx-pefile.patch
1 --- upx-3.03-src/src/pefile.cpp.orig    2008-04-27 17:03:00.000000000 +0200
2 +++ upx-3.03-src/src/pefile.cpp 2009-08-28 16:02:31.000000000 +0200
3 @@ -1349,8 +1349,8 @@
4      // FIXME this comparison is not too exact
5      while (1)
6      {
7 -        char *delim1 = strchr(keep, '/');
8 -        char *delim2 = strchr(keep, ',');
9 +        const char *delim1 = strchr(keep, '/');
10 +        const char *delim2 = strchr(keep, ',');
11          if (helper::match(itype, ntype, keep))
12          {
13              if (!delim1)
This page took 0.025829 seconds and 3 git commands to generate.