The second parameter of KPath::SetTo() is a bool, not a size_t. Reported
by Marc Flerackers. Thanks! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25338 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c1502c9a45
commit
5fce1ce7c0
@ -25,7 +25,7 @@ KPath::KPath(size_t bufferSize)
|
|||||||
fPathLength(0),
|
fPathLength(0),
|
||||||
fLocked(false)
|
fLocked(false)
|
||||||
{
|
{
|
||||||
SetTo(NULL, bufferSize);
|
SetTo(NULL, false, bufferSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user