summaryrefslogtreecommitdiff
path: root/util/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/file.h')
-rw-r--r--util/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/file.h b/util/file.h
index 3074461afaf..347e2d63a37 100644
--- a/util/file.h
+++ b/util/file.h
@@ -94,7 +94,7 @@ public:
if( !ok )
err(ok);
else
- massert("ReadFile error - truncated file?", read == len);
+ massert( 10438 , "ReadFile error - truncated file?", read == len);
}
bool bad() { return _bad; }
bool is_open() { return fd != INVALID_HANDLE_VALUE; }