about summary refs log tree commit diff stats
path: root/src/LYStrings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYStrings.h')
-rw-r--r--src/LYStrings.h2
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 \
;id=7d2c2d55e83325a5efb66af0a033b94583fca70e'>7d2c2d55 ^
4b62edd8 ^
7d2c2d55 ^
d1c12218 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33