diff options
-rw-r--r-- | slicer/db/sqlSource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slicer/db/sqlSource.cpp b/slicer/db/sqlSource.cpp index 0a3b684..d277140 100644 --- a/slicer/db/sqlSource.cpp +++ b/slicer/db/sqlSource.cpp @@ -44,7 +44,7 @@ namespace Slicer { { int64_t cb; column >> cb; - b = boost::numeric_cast<Ice::Byte>(cb); + b = boost::numeric_cast<Ice::Short>(cb); } void |