mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 16:10:26 +02:00
Fixed crash with File/New/New File
This commit is contained in:
parent
f0d99a2bcc
commit
cbe8872417
1 changed files with 2 additions and 1 deletions
|
@ -6245,7 +6245,8 @@ namespace IDE
|
||||||
}
|
}
|
||||||
|
|
||||||
int32 emitRevision = -1;
|
int32 emitRevision = -1;
|
||||||
//
|
|
||||||
|
if (useFilePath != null)
|
||||||
{
|
{
|
||||||
int barPos = useFilePath.IndexOf('|');
|
int barPos = useFilePath.IndexOf('|');
|
||||||
if (barPos != -1)
|
if (barPos != -1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue