Package: ion3 Version: 20050322-2 Severity: minor Tags: patch I think I've found a minor typo in de/fontset.c. An error message says "fonset", which should obviously be "fontset".
I've attatched a patch. Cheers, Greek0 -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.8r20050324 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) Versions of packages ion3 depends on: ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libice6 4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library ii liblua50 5.0.2-5 Main interpreter library for the L ii liblualib50 5.0.2-5 Extension library for the Lua 5.0 ii libsm6 4.3.0.dfsg.1-12.0.1 X Window System Session Management ii libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte ii xlibs 4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu -- no debconf information
--- orig.ion3-20050322/de/fontset.c 2005-03-30 17:47:50.000000000 +0200 +++ ion3-20050322/de/fontset.c 2005-03-30 20:02:45.252727312 +0200 @@ -95,7 +95,7 @@ return fs; /* Not a warning, nothing serious */ - FNT_D(fprintf(stderr, "Failed to load fonset.\n")); + FNT_D(fprintf(stderr, "Failed to load fontset.\n")); if (! fs) { char *lcc=NULL;