Skip to content

Commit

Permalink
Enlarge error message buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris Gillis committed Apr 15, 2018
1 parent 59e0f55 commit 16f9f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/matlab/matlabrun.swg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Last error */
static int SWIG_lasterror_code = 0;
static char SWIG_lasterror_msg[1024];
static char SWIG_lasterror_msg[65536];
SWIGRUNTIME void SWIG_Error(int code, const char *format, ...) {
SWIG_lasterror_code = code;
va_list arg;
Expand Down

0 comments on commit 16f9f45

Please sign in to comment.