openpkg/popt.patch

changeset 431
127559aa0c5e
parent 428
f880f219c566
     1.1 --- a/openpkg/popt.patch	Wed Aug 01 13:51:09 2012 +0200
     1.2 +++ b/openpkg/popt.patch	Wed Aug 01 23:24:50 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  Index: popt.c
     1.5  --- popt.c.orig	2009-04-12 20:14:38.000000000 +0200
     1.6  +++ popt.c	2010-04-30 21:31:41.000000000 +0200
     1.7 -@@ -520,6 +520,11 @@
     1.8 +@@ -519,6 +519,11 @@
     1.9       }
    1.10   
    1.11       if (con->leftovers != NULL && con->numLeftovers > 0) {
    1.12 @@ -13,7 +13,7 @@
    1.13   	memcpy(argv + argc, con->leftovers, sizeof(*argv) * con->numLeftovers);
    1.14   	argc += con->numLeftovers;
    1.15       }
    1.16 -@@ -697,10 +702,19 @@
    1.17 +@@ -709,10 +709,19 @@
    1.18   	    /*@switchbreak@*/ break;
    1.19   #endif
    1.20   	case '!':

mercurial