mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
(prepend_error_and_exit): fix format.
This commit is contained in:
parent
d9ad3d2e32
commit
318df7b2e3
@ -267,7 +267,7 @@ mc_serialize_config (const mc_config_t * data, GError ** error)
|
|||||||
|
|
||||||
#define FUNC_NAME "mc_deserialize_config()"
|
#define FUNC_NAME "mc_deserialize_config()"
|
||||||
#define prepend_error_and_exit() { \
|
#define prepend_error_and_exit() { \
|
||||||
prepend_error_message (error, FUNC_NAME " at %lu", current_position + 1); \
|
prepend_error_message (error, FUNC_NAME " at %zd", current_position + 1); \
|
||||||
mc_config_deinit (ret_data); \
|
mc_config_deinit (ret_data); \
|
||||||
return NULL; \
|
return NULL; \
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user