Diff for /imach/src/imach.c between versions 1.304 and 1.305

version 1.304, 2021/02/12 11:34:20 version 1.305, 2021/02/20 15:28:30
Line 1 Line 1
 /* $Id$  /* $Id$
   $State$    $State$
   $Log$    $Log$
     Revision 1.305  2021/02/20 15:28:30  brouard
     * imach.c (Module): Fix bug on quitting after result lines!
   
   Revision 1.304  2021/02/12 11:34:20  brouard    Revision 1.304  2021/02/12 11:34:20  brouard
   * imach.c (Module): The use of a Windows BOM (huge) file is now an error    * imach.c (Module): The use of a Windows BOM (huge) file is now an error
   
Line 12507  Please run with mle=-1 to get a correct Line 12510  Please run with mle=-1 to get a correct
             printf("ERROR: no result lines! It should be at minimum 'result: V2=0 V1=1 or result:.' %s\n",line);              printf("ERROR: no result lines! It should be at minimum 'result: V2=0 V1=1 or result:.' %s\n",line);
             fprintf(ficlog,"ERROR: no result lines! It should be at minimum 'result: V2=0 V1=1 or result:.' %s\n",line);              fprintf(ficlog,"ERROR: no result lines! It should be at minimum 'result: V2=0 V1=1 or result:.' %s\n",line);
           }            }
           goto end;            /* goto end; */
           break;            break;
         default:          default:
           nresult=1;            nresult=1;

Removed from v.1.304  
changed lines
  Added in v.1.305


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>