diff options
Diffstat (limited to 'src/LYStrings.h')
-rw-r--r-- | src/LYStrings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYStrings.h b/src/LYStrings.h index 45ef8594..3fcb443e 100644 --- a/src/LYStrings.h +++ b/src/LYStrings.h @@ -78,7 +78,7 @@ extern char * LYno_attr_mbcs_case_strstr PARAMS(( int * nstartp, int * nendp)); -#define non_empty(s) ((s) != NULL && *(s) != '\0') +#define non_empty(s) !isEmpty(s) #define LYno_attr_mb_strstr(chptr, tarptr, utf_flag, count_gcells, nstartp, nendp) \ (case_sensitive \ |