output dir option is NOW working (maybe)

This commit is contained in:
le vieux
2020-11-20 19:06:08 +01:00
parent ba945daa54
commit f61f428066
2 changed files with 14 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ for (iter=0; iter<72; iter++) {
if (foo) abort();
}
sprintf(buff, "out%03d.png", iter);
sprintf(buff, "/tmp/out%03d.png", iter);
foo = fimg_save_as_png(&image, buff, 0);
if (foo) {
fprintf(stderr, "err %d saving to '%s'\n", foo, PNG);