]> git.marmaro.de Git - mmh/commitdiff
fixup for 2a903a43ad7d26f5581d4ad1bbc077f8ecc5f5a9
authorPhilipp Takacs <philipp@bureaucracy.de>
Sun, 24 Apr 2016 10:39:30 +0000 (12:39 +0200)
committerPhilipp Takacs <philipp@bureaucracy.de>
Sun, 24 Apr 2016 10:39:49 +0000 (12:39 +0200)
a spell error hapend in uip/spost.c: state not status

uip/spost.c

index 4e9e7cec04121c5bebd37fabdaef957ebb50eac4..505b94ce951ed2759c9ee242a2704072ea009bdf 100644 (file)
@@ -268,7 +268,7 @@ main(int argc, char **argv)
        }
        fclose(in);
 
-       if (status != FILEEOF2) {
+       if (state != FILEEOF2) {
                adios(EX_IOERR, "m_getfld2", "Error while reading body");
        }