+ line shifter and bla

This commit is contained in:
2020-12-31 00:46:12 +01:00
parent af1a48f149
commit 864c8d2d05
8 changed files with 73 additions and 15 deletions

View File

@@ -229,9 +229,6 @@ for (idx=0; idx<globbuf.gl_pathc; idx++) {
/* XXX THIS CODE DON'T WORK !!! */
#endif
}
fprintf(stderr, "\ngenerated %d png files\n", ipng);
@@ -273,11 +270,11 @@ fprintf(stderr, "*** %s : compiled by tTh, %s %s\n", __FILE__,
__DATE__, __TIME__);
fimg_print_version(2);
//#if DEBUG_LEVEL
#if DEBUG_LEVEL
/* this is for the debug off calling shellscript */
for (foo=0; foo<argc; foo++)
fprintf(stderr, "%5d %s\n", foo, argv[foo]);
//#endif
#endif
while ((opt = getopt(argc, argv, "E:F:hLS:vw:x:")) != -1) {
switch(opt) {