Minor fixes
[anna.git] / example / diameter / launcher / main.cpp
index 54fcbdc..5a8422d 100644 (file)
@@ -358,7 +358,7 @@ public:
 bool Launcher::getDataBlockFromHexFile(const std::string &pathfile, anna::DataBlock &db) const throw() {
 
   // Get hex string
-  static char buffer[2048];
+  static char buffer[8192];
   std::ifstream infile(pathfile.c_str(), std::ifstream::in);
   if(infile.is_open()) {
     infile >> buffer;