Cosmetic zeros.
This commit is contained in:
parent
7482c98f15
commit
a81cf5aade
@ -477,7 +477,7 @@
|
||||
/* IMPORTANT: Clear the error code, see
|
||||
* https://gitlab.freedesktop.org/freetype/freetype/-/issues/1063
|
||||
*/
|
||||
error = 0;
|
||||
error = FT_Err_Ok;
|
||||
goto Again;
|
||||
}
|
||||
|
||||
|
@ -2109,7 +2109,7 @@
|
||||
{
|
||||
if ( seg2->link != seg1 )
|
||||
{
|
||||
seg1->link = 0;
|
||||
seg1->link = NULL;
|
||||
seg1->serif = seg2->link;
|
||||
}
|
||||
}
|
||||
|
@ -1924,7 +1924,7 @@
|
||||
p->font = font;
|
||||
|
||||
font->memory = p->memory;
|
||||
p->memory = 0;
|
||||
p->memory = NULL;
|
||||
|
||||
{ /* setup */
|
||||
size_t i;
|
||||
|
Loading…
Reference in New Issue
Block a user