mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 07:18:24 +02:00
Keith: Fixed Win32 compilation problem.
git-svn-id: trunk@1500 -
This commit is contained in:
parent
81dc7d308e
commit
8752d483cc
@ -1568,7 +1568,7 @@ var
|
||||
// template for a sub directory
|
||||
{$ifdef win32}
|
||||
if CurPath='' then
|
||||
SubPath:=ReadValue(DefTempl.Value,CurValue)
|
||||
SubPath:=ReadValue(DefTempl.Value,CurPath)
|
||||
else
|
||||
SubPath:=CurPath+PathDelim+ReadValue(DefTempl.Value,CurPath);
|
||||
{$else}
|
||||
|
Loading…
Reference in New Issue
Block a user