mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-05 12:40:12 +01:00
Silence FPE error message; according to ajax, this bug is known
but not worth fixing.
(cherry picked from commit 1033eb0336)
This commit is contained in:
parent
16c032a602
commit
b709718a69
1 changed files with 2 additions and 2 deletions
|
|
@ -1628,9 +1628,9 @@ FreeFontPath(FontPathElementPtr *list, int n, Bool force)
|
|||
found++;
|
||||
}
|
||||
if (list[i]->refcount != found) {
|
||||
ErrorF("FreeFontPath: FPE \"%.*s\" refcount is %d, should be %d; fixing.\n",
|
||||
/* ErrorF("FreeFontPath: FPE \"%.*s\" refcount is %d, should be %d; fixing.\n",
|
||||
list[i]->name_length, list[i]->name,
|
||||
list[i]->refcount, found);
|
||||
list[i]->refcount, found); */
|
||||
list[i]->refcount = found; /* ensure it will get freed */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue