+ line shifter and bla
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user