projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a903a4
)
fixup for 2a903a43ad7d26f5581d4ad1bbc077f8ecc5f5a9
author
Philipp Takacs
<philipp@bureaucracy.de>
Sun, 24 Apr 2016 10:39:30 +0000
(12:39 +0200)
committer
Philipp 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
patch
|
blob
|
history
diff --git
a/uip/spost.c
b/uip/spost.c
index
4e9e7ce
..
505b94c
100644
(file)
--- 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");
}