about summary refs log tree commit diff stats
path: root/src/LYUtils.c
diff options
context:
space:
mode:
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 eb462a55..6f196759 100644
--- a/src/LYUtils.c
+++ b/src/LYUtils.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYUtils.c,v 1.282 2018/03/11 22:50:21 tom Exp $
+ * $LynxId: LYUtils.c,v 1.283 2018/03/18 18:51:53 tom Exp $
  */
 #include <HTUtils.h>
 #include <HTTCP.h>
@@ -5686,7 +5686,7 @@ char *LYAddPathToSave(char *fname)
     if (LYisAbsPath(fname)) {
 	StrAllocCopy(result, fname);
     } else {
-	if (lynx_save_space != NULL) {
+	if (non_empty(lynx_save_space)) {
 	    StrAllocCopy(result, lynx_save_space);
 	} else {
 	    char temp[LY_MAXPATH];