]> henry.ined.fr Git - .git/commitdiff
* imach.c (Module): Fix bug on quitting after result lines!
authorN. Brouard <brouard@ined.fr>
Sat, 20 Feb 2021 15:28:30 +0000 (15:28 +0000)
committerN. Brouard <brouard@ined.fr>
Sat, 20 Feb 2021 15:28:30 +0000 (15:28 +0000)
src/imach.c

index 295d8d7a4945c5676a01dcd1fa6b462376789240..a36b9786d76d5c381eb7ac0e8a72337b5a1e4dad 100644 (file)
@@ -1,6 +1,9 @@
 /* $Id$
   $State$
   $Log$
+  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
+
   Revision 1.303  2021/02/11 19:50:15  brouard
   *  (Module): imach.c Someone entered 'results:' instead of 'result:'. Now it is an error which is printed.
 
@@ -12504,7 +12507,7 @@ Please run with mle=-1 to get a correct covariance matrix.\n",ageminpar,agemaxpa
            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);
          }
-         goto end;
+         /* goto end; */
          break;
        default:
          nresult=1;