Skip to content

Commit 7f54de8

Browse files
committed
Increase size of STACK_ENTRY_LEN
Increased from 80 to 256, this buffer is used when creating the stack trace used within LinuxCNC. It is used quite extensible throughout the application.
1 parent 0c8e9ac commit 7f54de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emc/rs274ngc/interp_internal.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ and is not represented here
638638
639639
*/
640640
#define STACK_LEN 50
641-
#define STACK_ENTRY_LEN 80
641+
#define STACK_ENTRY_LEN 256
642642
#define MAX_SUB_DIRS 10
643643

644644
struct setup

0 commit comments

Comments
 (0)