mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 14:20:05 +02:00
* patch by Cyrax: Quote path - which is passed to Windres or alike program, resolves #36526
This commit is contained in:
parent
815734c47a
commit
971d7baa8a
@ -266,6 +266,7 @@ var
|
||||
for I:=1 to Length(Result) do
|
||||
if Result[I] in AllowDirectorySeparators then
|
||||
Result[i]:='/';
|
||||
Result:=maybequoted(Result);
|
||||
end;
|
||||
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user