From: Jean-Marc Pigeon (Delson) Date: Sun, 22 Jun 2025 11:59:37 +0000 (-0400) Subject: New format seems to be working fine X-Git-Tag: tag-0.9~34 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=109cb7a3046798e4db76b57fa0cbe3c4ed5edf1d;p=jmp%2Fmailleur New format seems to be working fine --- diff --git a/lib/subafn.c b/lib/subafn.c index aace882..d4afd8f 100644 --- a/lib/subafn.c +++ b/lib/subafn.c @@ -160,8 +160,10 @@ afnnum=(AFNTYP *)0; phase=0; proceed=true; while (proceed==true) { - (void) fprintf(stderr,"%s JMPDBG phase='%d', onecleanipstr=<%s>\n", - OPEP,phase,onecleanipstr); +#ifdef JMPDBG + (void) fprintf(stderr,"%s DEBUGING phase='%d', onecleanipstr=<%s>\n", + OPEP,phase,onecleanipstr); +#endif switch (phase) { case 0 : /*lets say ip format ok */ afnnum=(AFNTYP *)calloc(1,sizeof(AFNTYP));