summaryrefslogtreecommitdiff
path: root/apps/plugins/keybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/keybox.c')
-rw-r--r--apps/plugins/keybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/keybox.c b/apps/plugins/keybox.c
index 8dc485ae9a..d692c88419 100644
--- a/apps/plugins/keybox.c
+++ b/apps/plugins/keybox.c
@@ -314,7 +314,7 @@ static void splash_pw(int selected_item)
314 if (entry->next) 314 if (entry->next)
315 entry = entry->next; 315 entry = entry->next;
316 } 316 }
317 if (entry->name != '\0') 317 if (entry->name[0] != '\0')
318 rb->splashf(0, "%s %s", entry->name, entry->password); 318 rb->splashf(0, "%s %s", entry->name, entry->password);
319 else 319 else
320 rb->splashf(0, "%s", entry->password); 320 rb->splashf(0, "%s", entry->password);