commit e2d4362d36b93919282aceff463242cb696e2d2d
parent 5f9072c4ff073042281c96188c145e0fb0cffab9
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 18 Oct 2018 17:06:03 +0200
Disable using width from the SAUCE record, it causes more issues than it solves
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main.c b/src/main.c
@@ -289,9 +289,11 @@ int main(int argc, char *argv[]) {
}
// use width from the SAUCE record if present and if -c wasn't specified
+ /*
if (!options.columns && fileHasSAUCE && record->tinfo1) {
options.columns = record->tinfo1;
}
+ */
// create the output PNG data by invoking the appropiate function
if (!strcmp(fext, ".pcb")) {