From 22a340479c17a6d3460b813179aee035a14e4ae2 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Wed, 1 Sep 2021 11:17:44 -0400
Subject: fixed bug where file saving would crash if a portal was unpaired
---
source/app.d | 1 +
1 file changed, 1 insertion(+)
(limited to 'source/app.d')
diff --git a/source/app.d b/source/app.d
index 7faaa75..ec46012 100644
--- a/source/app.d
+++ b/source/app.d
@@ -83,6 +83,7 @@ void main() {
} catch (Exception e) {
}
}
+ disp.print();
break;
case 'l':
auto filename = stdscr.readquery("Load:");
--
cgit