about summary refs log tree commit diff stats
path: root/src/LYUtils.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2018-03-09 01:45:26 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2018-03-09 01:45:26 +0000
commit82107ab8e0468191d32dfc0eb2b9e105c1a6aaff (patch)
tree28a2cb178d5f194de74d13d630238293b427849a /src/LYUtils.c
parent9b7b3896381522f1b70c8e7d803db8103cccd7a1 (diff)
downloadlynx-snapshots-82107ab8e0468191d32dfc0eb2b9e105c1a6aaff.tar.gz
snapshot of project "lynx", label v2-8-9dev_16p
Diffstat (limited to 'src/LYUtils.c')
-rw-r--r--src/LYUtils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYUtils.c b/src/LYUtils.c
index 7a12ae66..767ab9b4 100644
--- a/src/LYUtils.c
+++ b/src/LYUtils.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYUtils.c,v 1.280 2018/03/01 22:14:57 Takeshi.Hataguchi Exp $
+ * $LynxId: LYUtils.c,v 1.281 2018/03/07 10:02:51 tom Exp $
  */
 #include <HTUtils.h>
 #include <HTTCP.h>
@@ -1559,7 +1559,7 @@ void statusline(const char *text)
 	{
 	    int y, x;
 	    int a = ((StrNCmp(buffer, ALERT_FORMAT, ALERT_PREFIX_LEN)
-		      || !hashStyles[s_alert].name)
+		      || !hashStyles[s_alert].used)
 		     ? s_status
 		     : s_alert);