X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5962bdb85a0cf6accba5623b85af7cd44b499806..0b49ccf8d66e2568e2b0de85c25b406aad39f3b1:/src/common/dbtable.cpp

diff --git a/src/common/dbtable.cpp b/src/common/dbtable.cpp
index 8588f72fe7..c25f9dc853 100644
--- a/src/common/dbtable.cpp
+++ b/src/common/dbtable.cpp
@@ -411,7 +411,7 @@ bool wxDbTable::bindParams(bool forUpdate)
         return(FALSE);
 
     SWORD   fSqlType    = 0;
-    UDWORD  precision   = 0;
+    SDWORD  precision   = 0;
     SWORD   scale       = 0;
 
     // Bind each column of the table that should be bound