summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ivybanner2
1 files changed, 1 insertions, 1 deletions
diff --git a/ivybanner b/ivybanner
index ab5681d..c5a4476 100644
--- a/ivybanner
+++ b/ivybanner
@@ -771,7 +771,7 @@ sub readlog {
$l->configure(-text => "loading...");
$l->update;
- %apps = undef;
+ %apps = ();
open(FILE, $file) or warn "cannot read file '$file'\n";
$tlog->configure(-state => 'normal');
$tlog->update;