[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
textdomain.c in intl
- From: stephen farrell <stephen farrell org>
- To: gnome mailing list <gnome-list gnome org>
- Subject: textdomain.c in intl
- Date: 30 Jan 1998 14:41:27 -0600
so current cvs'ed textdomain.c line 70 seems to be causing me segfaults:
old = (char *) _nl_current_default_domain;
it doesn't appear any space has beenallocated to "old"... a very naive
old = (char *) malloc(2048);
seems to stop the segfault...
(is this the wrong list for this sort of thing?)
--
Steve Farrell
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]