1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 01:10:23 +00:00

Fix formatting

This commit is contained in:
Matthew Kilgore 2023-02-12 23:43:48 -05:00 committed by Matt Kilgore
parent df70f7e708
commit 596a8d6092

View file

@ -12323,11 +12323,11 @@ IF idemode = 0 AND No_C_Compile_Mode = 0 THEN
path.out$ = getfilepath$(outputfile_cmd$)
f$ = MID$(outputfile_cmd$, LEN(path.out$) + 1)
If UCASE$(GetFileExtension$(f$)) = "EXE" Then
IF UCASE$(GetFileExtension$(f$)) = "EXE" THEN
file$ = RemoveFileExtension$(f$)
Else
ELSE
file$ = f$
End If
END IF
END IF
IF LEN(path.out$) OR OutputIsRelativeToStartDir THEN