increase the stack pointerx

pull/23/head
Gerard Wagener 2018-11-27 17:35:31 +01:00
parent 233ac80f0f
commit 41e61f5c7b
2 changed files with 2 additions and 0 deletions

View File

@ -87,5 +87,6 @@ int main (int argc, char* argv[])
d4_load_config(d4);
return EXIT_SUCCESS;
}

View File

@ -9,6 +9,7 @@
#define INSERT_ERROR(...) do { \
if (d4->err_idx < NERRORS) \
snprintf(d4->errors[d4->err_idx],SZERRVALUE,__VA_ARGS__); \
d4->err_idx++;\
} while(0)
typedef struct d4_header_s {