]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qpdf2/files/fix-sigsegv.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qpdf2 / files / fix-sigsegv.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- qpdf2_2.2.1/qpdf.cpp~fix-sigsegv
7 +++ qpdf2_2.2.1/qpdf.cpp
8 @@ -42,10 +42,10 @@
9  {
10         QPEApplication app ( argc, argv );
11  
12 -       if (argc >= 1 
13 -           && strcmp(argv[1],"-d") == 0) {
14 -         qpdf_debug_level = atoi(argv[2]);
15 -       }
16 +//     if (argc >= 1 
17 +//         && strcmp(argv[1],"-d") == 0) {
18 +//       qpdf_debug_level = atoi(argv[2]);
19 +//     }
20  
21         // read config file
22         globalParams = new GlobalParams ( "" );