change the maximum number of stack frames returned by backtrace()

This commit is contained in:
Fufu Fang 2019-09-03 19:29:37 +01:00
parent cf49bf86b8
commit 367ce58e7f
No known key found for this signature in database
GPG Key ID: 0F6BB5EF6F8BB729
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#include <stdlib.h>
#include <string.h>
#define BT_BUF_SIZE 255
#define BT_BUF_SIZE 100
char *path_append(const char *path, const char *filename)
{