mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 12:39:09 +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
|
for I:=1 to Length(Result) do
|
||||||
if Result[I] in AllowDirectorySeparators then
|
if Result[I] in AllowDirectorySeparators then
|
||||||
Result[i]:='/';
|
Result[i]:='/';
|
||||||
|
Result:=maybequoted(Result);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user