Use empty string instead of NULL if trigger key is not needed
This commit is contained in:
parent
37b2ff53f7
commit
1f179042c9
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@
|
|||
}
|
||||
|
||||
/* Special characters */
|
||||
#define TRIGGER_SPECIAL_US NULL
|
||||
#define TRIGGER_SPECIAL_US ""
|
||||
#define KEYS_SPECIAL_US { NULL }
|
||||
#define ATTRIBUTES_SPECIAL_US { 0 }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue