From 4cda5cc76d32679825aee226dd407f0b87f3de00 Mon Sep 17 00:00:00 2001 From: Philipp Takacs Date: Sun, 24 Apr 2016 12:39:30 +0200 Subject: [PATCH] fixup for 2a903a43ad7d26f5581d4ad1bbc077f8ecc5f5a9 a spell error hapend in uip/spost.c: state not status --- uip/spost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 1.7.10.4