1
0
Fork 0
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:
Brian Fiete 2021-07-31 10:20:21 -07:00
parent f0d99a2bcc
commit cbe8872417

View file

@ -6245,7 +6245,8 @@ namespace IDE
}
int32 emitRevision = -1;
//
if (useFilePath != null)
{
int barPos = useFilePath.IndexOf('|');
if (barPos != -1)