Navigation Menu

Skip to content

Commit

Permalink
Fix inverted condition
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 21, 2015
1 parent dd8d706 commit f7ee312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrn_mysql_compat.h
Expand Up @@ -217,9 +217,9 @@
#endif

#if MYSQL_VERSION_ID >= 50706 && !defined(MRN_MARIADB_P)
# define MRN_FORMAT_STRING_LENGTH "u"
#else
# define MRN_FORMAT_STRING_LENGTH "zu"
#else
# define MRN_FORMAT_STRING_LENGTH "u"
#endif

#endif /* MRN_MYSQL_COMPAT_H_ */

0 comments on commit f7ee312

Please sign in to comment.