Remove warnings (work package 1)
[anna.git] / source / core / DataBlock.cpp
index 3e13027..38700a2 100644 (file)
@@ -231,7 +231,7 @@ throw(RuntimeException) {
 
 std::string DataBlock::asString(const int characterByLine) const
 throw() {
-  char aux [8];
+  char aux [16];
   std::string numbers;
   std::string characters;
   unsigned char c;