From cbe8872417ae80d88055488bfba491edf77217f1 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Sat, 31 Jul 2021 10:20:21 -0700 Subject: [PATCH] Fixed crash with File/New/New File --- IDE/src/IDEApp.bf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IDE/src/IDEApp.bf b/IDE/src/IDEApp.bf index ee11e15a..ed6f7afe 100644 --- a/IDE/src/IDEApp.bf +++ b/IDE/src/IDEApp.bf @@ -6245,7 +6245,8 @@ namespace IDE } int32 emitRevision = -1; - // + + if (useFilePath != null) { int barPos = useFilePath.IndexOf('|'); if (barPos != -1)