core: error: fix b_error_caused_by_code calling an undefined function
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
__FILE__, __LINE__, __FUNCTION__, NULL))
|
__FILE__, __LINE__, __FUNCTION__, NULL))
|
||||||
#define b_error_caused_by_code(vendor, code, cause_vendor, cause_code) \
|
#define b_error_caused_by_code(vendor, code, cause_vendor, cause_code) \
|
||||||
(z__b_error_create( \
|
(z__b_error_create( \
|
||||||
vendor, code, z__b_error_with_code(cause_vendor, cause_code), \
|
vendor, code, b_error_with_code(cause_vendor, cause_code), \
|
||||||
__FILE__, __LINE__, __FUNCTION__, NULL))
|
__FILE__, __LINE__, __FUNCTION__, NULL))
|
||||||
#define b_error_with_string(vendor, code, ...) \
|
#define b_error_with_string(vendor, code, ...) \
|
||||||
(z__b_error_create( \
|
(z__b_error_create( \
|
||||||
|
|||||||
Reference in New Issue
Block a user