X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fpatches%2Fas31-fix-duplicate-line.patch;h=2d9dfc1e98f3d5d3b1836c99dd7953d23c95fa83;hb=d3bd4176a56406197832037801585e3e3c728d2e;hp=e5a6064c4a35f282335d7d351e0ab40b1e521148;hpb=19d158bf6f811cfe9927f05008c44e8ed75b17db;p=debian%2Fas31 diff --git a/debian/patches/as31-fix-duplicate-line.patch b/debian/patches/as31-fix-duplicate-line.patch index e5a6064..2d9dfc1 100644 --- a/debian/patches/as31-fix-duplicate-line.patch +++ b/debian/patches/as31-fix-duplicate-line.patch @@ -1,6 +1,8 @@ ---- as31-2.3.1-orig/as31/run.c 2012-01-11 19:29:35.000000000 -0500 -+++ as31-2.3.1/as31/run.c 2012-01-11 19:31:56.000000000 -0500 -@@ -106,7 +106,8 @@ +diff --git a/as31/run.c b/as31/run.c +index 28c5317..9e5263b 100644 +--- a/as31/run.c ++++ b/as31/run.c +@@ -113,7 +113,8 @@ int run_as31(const char *infile, int lst, int use_stdout, } while (!feof(finPre)) { @@ -10,7 +12,7 @@ if ((includePtr=strstr(lineBuffer,INC_CMD))) { includePtr=includePtr+strlen(INC_CMD); while ((*includePtr==' ')|| //move includePtr to filename -@@ -131,7 +132,8 @@ +@@ -138,7 +139,8 @@ int run_as31(const char *infile, int lst, int use_stdout, mesg_f("Cannot open include file: %s\n",includePtr); } else { while (!feof(includeFile)) {