mirror of https://github.com/D4-project/d4-core
increase the stack pointerx
parent
233ac80f0f
commit
41e61f5c7b
|
@ -87,5 +87,6 @@ int main (int argc, char* argv[])
|
||||||
d4_load_config(d4);
|
d4_load_config(d4);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#define INSERT_ERROR(...) do { \
|
#define INSERT_ERROR(...) do { \
|
||||||
if (d4->err_idx < NERRORS) \
|
if (d4->err_idx < NERRORS) \
|
||||||
snprintf(d4->errors[d4->err_idx],SZERRVALUE,__VA_ARGS__); \
|
snprintf(d4->errors[d4->err_idx],SZERRVALUE,__VA_ARGS__); \
|
||||||
|
d4->err_idx++;\
|
||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
typedef struct d4_header_s {
|
typedef struct d4_header_s {
|
||||||
|
|
Loading…
Reference in New Issue