Changeset: e4a8e762b179 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e4a8e762b179
Modified Files:
gdk/gdk_bbp.c
Branch: Jul2021
Log Message:
Allow for enough space for bat file names during parsing.
diffs (12 lines):
diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c
--- a/gdk/gdk_bbp.c
+++ b/gdk/gdk_bbp.c
@@ -623,7 +623,7 @@ BBPreadBBPline(FILE *fp, unsigned bbpver
}
if (sscanf(buf,
- "%" SCNu64 " %" SCNu16 " %128s %19s %u %" SCNu64
+ "%" SCNu64 " %" SCNu16 " %128s %23s %u %" SCNu64
" %" SCNu64 " %" SCNu64
"%n",
&batid, &status, batname, filename,
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]