Skip to content

Commit

Permalink
Fixed: Compiling projects with components
Browse files Browse the repository at this point in the history
  • Loading branch information
XusinboyBekchanov committed Oct 24, 2023
1 parent e3934e2 commit 2ce24c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.bas
Expand Up @@ -3412,7 +3412,7 @@ Function GetRelativePath(ByRef Path As WString, ByRef FromFile As WString = "")
Return Result
Else
Dim Result As UString = GetOSPath(ExePath & Slash & Path)
If FromFile = "" AndAlso FileExists(Result) Then
If FileExists(Result) Then
Return Result
Else
Dim As Library Ptr CtlLibrary
Expand Down

0 comments on commit 2ce24c2

Please sign in to comment.