* Fixed style.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32066 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
082caf3919
commit
b25988572f
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2008, Haiku.
|
* Copyright 2001-2009, Haiku.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
@ -511,7 +511,7 @@ FontManager::_PrecacheFontFile(const ServerFont* font)
|
|||||||
while (true) {
|
while (true) {
|
||||||
// We just want the file in the kernel file cache...
|
// We just want the file in the kernel file cache...
|
||||||
ssize_t read = file.Read(buffer, bufferSize);
|
ssize_t read = file.Read(buffer, bufferSize);
|
||||||
if (read < (ssize_t) bufferSize)
|
if (read < (ssize_t)bufferSize)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user