]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxstore.c
Bah. Stop the Proxy panel appearing empty in Change Settings. One
[PuTTY.git] / unix / uxstore.c
index b04d557c5792c3ef4fafd48b2ed1322656bec30c..e12af036e4a3121c73a31f632274ebd8c33f7fa2 100644 (file)
@@ -29,7 +29,7 @@ static char *mungestr(const char *in)
 {
     char *out, *ret;
 
-    if (!in)
+    if (!in || !*in)
         in = "Default Settings";
 
     ret = out = snewn(3*strlen(in)+1, char);