sam: avoid thread stack overflow with 32bit runes (from sources)
This commit is contained in:
parent
a28bdd3e1f
commit
7c25ff0c11
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
#include "flayer.h"
|
||||
#include "samterm.h"
|
||||
|
||||
int mainstacksize = 16*1024;
|
||||
|
||||
Text cmd;
|
||||
Rune *scratch;
|
||||
long nscralloc;
|
||||
|
|
Loading…
Reference in a new issue