# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/gnome-print10/hotfix-glibc.patch # Copyright (C) 2009 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- diff -Nur gnome-print-0.35-orig/libgnomeprint/parseTT.c gnome-print-0.35/libgnomeprint/parseTT.c --- gnome-print-0.35-orig/libgnomeprint/parseTT.c 2009-08-23 20:02:24.000000000 +0000 +++ gnome-print-0.35/libgnomeprint/parseTT.c 2009-08-23 20:04:04.000000000 +0000 @@ -362,7 +362,7 @@ static gint subfrombase (gint from, gint to); static int gssentry (struct gentry *ge, struct stem *hs, gshort *hpairs, gint nhs, struct stem *vs, gshort *vpairs, gint nvs, struct stembounds *s, gshort *egp, gint *nextvsi, gint *nexthsi); static int findstemat (gint value, gint origin, struct gentry *ge, struct stem *sp, gshort *pairs, gint ns, gint prevbest); -static void getline (gchar **src); +static void getLine (gchar **src); static gchar *eexec_start (gchar *line); static gchar *eexec_string (gchar *string); static const gchar *eexec_byte (guchar c); @@ -1593,7 +1593,7 @@ while (*(src + cnt) != 0) { string = src + cnt; - getline (&string); + getLine (&string); cnt = string - src; if (!strcmp (line, "currentfile eexec\n")) { if ((buf = eexec_start (line)) != NULL) { @@ -5506,7 +5506,7 @@ /* ttf_type1_dump */ static void -getline (gchar **src) +getLine (gchar **src) { gint c; gchar *p = line;