From: Bdale Garbee Date: Fri, 27 Jul 2018 10:31:52 +0000 (+0800) Subject: express change in the format of a quilt patch X-Git-Tag: debian/2.3.1-7~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=23b4b5706c45c9157c9c02e14946bc19bb60a8c5;p=debian%2Fas31 express change in the format of a quilt patch --- diff --git a/debian/patches/series b/debian/patches/series index 55dcc4b..f548d03 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ as31-mkstemps.patch as31-fix-duplicate-line.patch update-version helptext +update_sizebuf_types.patch diff --git a/debian/patches/update_sizebuf_types.patch b/debian/patches/update_sizebuf_types.patch new file mode 100644 index 0000000..6712ad9 --- /dev/null +++ b/debian/patches/update_sizebuf_types.patch @@ -0,0 +1,17 @@ +diff --git a/as31/run.c b/as31/run.c +index 9e5263b..6010ee8 100644 +--- a/as31/run.c ++++ b/as31/run.c +@@ -34,10 +34,10 @@ int run_as31(const char *infile, int lst, int use_stdout, + FILE* finPre; + char tmpName[256]; + char *lineBuffer=NULL; +- int sizeBuf=0; ++ long unsigned int sizeBuf=0; + char *includePtr=NULL; + char *incLineBuffer=NULL; +- int incSizeBuf=0; ++ long unsigned int incSizeBuf=0; + FILE* includeFile=NULL; + int fd; +