X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/92c3b05ef3e582d64b3cecfc261fdd66ef13a4ef..01fd4094faf9fa892faad3621433e5faa98157f9:/uip/mhparse.c diff --git a/uip/mhparse.c b/uip/mhparse.c index 1dc44e7a..1b2d23f7 100644 --- a/uip/mhparse.c +++ b/uip/mhparse.c @@ -1714,11 +1714,11 @@ size_encoding (CT ct) } if (ct->c_encoding == CE_EXTERNAL) - return (ct->c_end - ct->c_begin); + return ct->c_end - ct->c_begin; file = NULL; if ((fd = (*ct->c_ceopenfnx) (ct, &file)) == NOTOK) - return (ct->c_end - ct->c_begin); + return ct->c_end - ct->c_begin; if (fstat (fd, &st) != NOTOK) size = (long) st.st_size;