Fix build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38161 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -227,7 +227,7 @@ GlyphLayoutEngine::LayoutGlyphs(GlyphConsumer& consumer,
|
|||||||
|
|
||||||
if (!entry->WriteLock()) {
|
if (!entry->WriteLock()) {
|
||||||
FontCache::Default()->Recycle(entry);
|
FontCache::Default()->Recycle(entry);
|
||||||
return NULL;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update the FontCacheReference, since the locking kind changed.
|
// Update the FontCacheReference, since the locking kind changed.
|
||||||
|
|||||||
Reference in New Issue
Block a user