mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1249389 - followup - fix compilation bustage in gfxFT2FontList.cpp; r=me
This commit is contained in:
parent
dd4d216fca
commit
1d0a3cc8f3
@ -672,9 +672,9 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
LOG(("got: %s from the cache", nsDependentCString(buf, size).get()));
|
||||
LOG(("got: %s from the cache", nsDependentCString(buf.get(), size).get()));
|
||||
|
||||
const char* beginning = buf;
|
||||
const char* beginning = buf.get();
|
||||
const char* end = strchr(beginning, ';');
|
||||
while (end) {
|
||||
nsCString filename(beginning, end - beginning);
|
||||
|
Loading…
Reference in New Issue
Block a user