Ticket #18208: patch-runcoms.c.diff
| File patch-runcoms.c.diff, 372 bytes (added by godboutn@…, 4 years ago) |
|---|
-
src/frontend/runcoms.c
old new 41 41 FILE *rawfileFp; 42 42 bool rawfileBinary; 43 43 #define RAWBUF_SIZE 32768 44 char rawfileBuf[RAWBUF_SIZE];44 static char rawfileBuf[RAWBUF_SIZE]; 45 45 /*To tell resume the rawfile name saj*/ 46 46 char *last_used_rawfile = NULL; 47 47 /*end saj */

