about summary refs log tree commit diff stats
path: root/src/LYJump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYJump.c')
-rw-r--r--src/LYJump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYJump.c b/src/LYJump.c
index 0847fd34..877d532d 100644
--- a/src/LYJump.c
+++ b/src/LYJump.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYJump.c,v 1.51 2016/11/24 15:35:29 tom Exp $
+ * $LynxId: LYJump.c,v 1.52 2018/03/18 19:17:00 tom Exp $
  */
 #include <HTUtils.h>
 #include <HTAlert.h>
@@ -143,7 +143,7 @@ BOOL LYJumpInit(char *config)
     if (cp && !JThead) {
 	JThead = jtp;
 	StrAllocCopy(JThead->msg, jumpprompt);
-	if (!jumpfile)
+	if (isEmpty(jumpfile))
 	    StrAllocCopy(jumpfile, JThead->file);
 	jtp = typecalloc(struct JumpTable);