diff options
-rw-r--r-- | odb/pgsql/statement.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/statement.cxx b/odb/pgsql/statement.cxx index 799ef9d..5276b4c 100644 --- a/odb/pgsql/statement.cxx +++ b/odb/pgsql/statement.cxx @@ -400,7 +400,7 @@ namespace odb // to go to our endianness and back in order for casts to // work properly. // - long long i; + long long i (0); switch (PQftype (result, c)) { |