diff --git a/libvmdump/dump.h b/libvmdump/dump.h index 971f6006..60d4e4b6 100644 --- a/libvmdump/dump.h +++ b/libvmdump/dump.h @@ -35,7 +35,7 @@ public: const char *what(void) const { return msg; } int code(void) const { return errorCode; } protected: - char msg[200]; + char msg[2048]; int errorCode; };