From: glenlow Date: Wed, 1 Apr 2009 00:13:59 +0000 (+0000) Subject: must protect text output with xml_string X-Git-Tag: LAST_LIBGRAPH~32^2~2208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9980c21d903e09b1be420af79bdf0ee388dddffe;p=graphviz must protect text output with xml_string --- diff --git a/plugin/visio/gvrender_visio_vdx.cpp b/plugin/visio/gvrender_visio_vdx.cpp index 1bbfd7204..2f8ab3484 100644 --- a/plugin/visio/gvrender_visio_vdx.cpp +++ b/plugin/visio/gvrender_visio_vdx.cpp @@ -29,8 +29,6 @@ typedef enum { FORMAT_VDX } format_type; -extern char *xml_string(char *str); - static void vdxgen_begin_job(GVJ_t * job) { job->context = new Visio::Render();