Christian Biere <[EMAIL PROTECTED]> wrote: > Conrad Lloyd-Knight <[EMAIL PROTECTED]> wrote: > > > ** WARNING **: locale_init: Using default codeset ISO-8859-1 as > > fallback. > > It *might* be related to this error message.
Could you apply the attached patch and tell me whether it helps? -- Christian
Index: main.c
===================================================================
RCS file: /cvsroot/gtk-gnutella/gtk-gnutella-current/src/main.c,v
retrieving revision 1.168
diff -u -r1.168 main.c
--- main.c 22 Jul 2003 07:33:39 -0000 1.168
+++ main.c 22 Jul 2003 14:06:54 -0000
@@ -417,9 +417,9 @@
gm_savemain(argc, argv, env); /* For gm_setproctitle() */
/* Our inits */
- locale_init();
log_init();
adns_init();
+ locale_init();
atoms_init();
eval_init();
version_init();
pgp00000.pgp
Description: PGP signature
