ITS#8192 fix typo
authorHoward Chu <hyc@openldap.org>
Wed, 29 Jul 2015 23:54:05 +0000 (00:54 +0100)
committerHoward Chu <hyc@openldap.org>
Wed, 29 Jul 2015 23:54:05 +0000 (00:54 +0100)
libraries/liblmdb/mdb.c

index 12dad1f..61337a0 100644 (file)
@@ -3798,7 +3798,7 @@ retry_write:
 #endif
        if (rc != len) {
                rc = rc < 0 ? ErrCode() : EIO;
-#ifndef _WIN323
+#ifndef _WIN32
                if (rc == EINTR)
                        goto retry_write;
 #endif