summaryrefslogtreecommitdiff
path: root/mmdb2/mmdb_io_file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mmdb2/mmdb_io_file.cpp')
-rw-r--r--mmdb2/mmdb_io_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmdb2/mmdb_io_file.cpp b/mmdb2/mmdb_io_file.cpp
index 606bdf2..04ea814 100644
--- a/mmdb2/mmdb_io_file.cpp
+++ b/mmdb2/mmdb_io_file.cpp
@@ -976,7 +976,7 @@ namespace mmdb {
else ll = 0;
if (!longLine) {
sl = byte(ll);
- B = WriteFile ( &sl,sizeof(sl) );
+ B = WriteFile ( &sl,sizeof(sl) );
} else if (UniBin) {
word2UniBin ( ll,wUB );
B = WriteFile ( wUB,sizeof(wordUniBin) );