Keith: Fixed Win32 compilation problem.

git-svn-id: trunk@1500 -
This commit is contained in:
lazarus 2002-03-11 09:43:45 +00:00
parent 81dc7d308e
commit 8752d483cc

View File

@ -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}