From: Philipp Takacs Date: Sun, 24 Apr 2016 10:39:30 +0000 (+0200) Subject: fixup for 2a903a43ad7d26f5581d4ad1bbc077f8ecc5f5a9 X-Git-Tag: mmh-0.3~33 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=4cda5cc76d32679825aee226dd407f0b87f3de00 fixup for 2a903a43ad7d26f5581d4ad1bbc077f8ecc5f5a9 a spell error hapend in uip/spost.c: state not status --- diff --git a/uip/spost.c b/uip/spost.c index 4e9e7ce..505b94c 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -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"); }