mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 09:53:54 +00:00
dbghelp: Do not try to ignore the return codes in PEV_ERROR and and PEV_ERROR1.
This commit is contained in:
parent
25bf35243e
commit
a910704ccf
@ -2924,8 +2924,8 @@ struct zvalue
|
||||
struct hash_table_elt elt;
|
||||
};
|
||||
|
||||
#define PEV_ERROR(pev, msg) snprintf((pev)->error, sizeof((pev)->error), "%s", (msg)),FALSE
|
||||
#define PEV_ERROR1(pev, msg, pmt) snprintf((pev)->error, sizeof((pev)->error), (msg), (pmt)),FALSE
|
||||
#define PEV_ERROR(pev, msg) snprintf((pev)->error, sizeof((pev)->error), "%s", (msg))
|
||||
#define PEV_ERROR1(pev, msg, pmt) snprintf((pev)->error, sizeof((pev)->error), (msg), (pmt))
|
||||
|
||||
#if 0
|
||||
static void pev_dump_stack(struct pevaluator* pev)
|
||||
|
Loading…
Reference in New Issue
Block a user