Changeset: 459fb1c2599c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/459fb1c2599c
Modified Files:
clients/mapiclient/mclient.c
Branch: client_interrupts
Log Message:
Help the compiler.
diffs (12 lines):
diff --git a/clients/mapiclient/mclient.c b/clients/mapiclient/mclient.c
--- a/clients/mapiclient/mclient.c
+++ b/clients/mapiclient/mclient.c
@@ -2127,7 +2127,7 @@ doFileBulk(Mapi mid, stream *fp)
errseen = true;
break;
}
- if (errseen)
+ if (length < 0)
break; /* nothing more to do */
buf[length] = 0;
if (length == 0) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]