You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
C preprocessor defines fix
This commit is contained in:
@@ -116,7 +116,7 @@ typedef struct {
|
||||
unsigned long pkt_length;
|
||||
} TRACE_INFO;
|
||||
|
||||
#define TRACE_STATUS(a) (!a) ? "ok" : "error"
|
||||
#define TRACE_STATUS(a) ((!a) ? "ok" : "error")
|
||||
|
||||
TRACE_INFO *trace_info= NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user