X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=blobdiff_plain;f=as31%2Fas31%2Frun.c;fp=as31%2Fas31%2Frun.c;h=6010ee8c4ae89591a2eb3ef21c9990ba0d428989;hp=9e5263b08ffc4794c921ac964b0f5187825f80a8;hb=7c893e3541db2fa27e6dd5b90498b5b3e95e1dd6;hpb=4934781ab90052a6eaa286e2ade9c0f6c67e5abe diff --git a/as31/as31/run.c b/as31/as31/run.c index 9e5263b..6010ee8 100644 --- a/as31/as31/run.c +++ b/as31/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;