-On [20000921 12:15], Jeroen Ruigrok van der Werven ([EMAIL PROTECTED]) wrote: >shape_info.c: In function `parse_svg_node': >shape_info.c:501: `old_locale' undeclared (first use in this function) > >I am working on a patch at the moment. Find it attached. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]> VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Grant me the serenity to accept the things I cannot change, courage to change the things I can, and wisdom to know the difference...
--- objects/custom/shape_info.c.orig Thu Sep 21 12:21:31 2000 +++ objects/custom/shape_info.c Thu Sep 21 12:15:09 2000 @@ -34,6 +34,8 @@ #define childs children #endif +char *old_locale; + static ShapeInfo *load_shape_info(const gchar *filename); static GHashTable *name_to_info = NULL;
