From: ellson Date: Wed, 15 Oct 2008 19:31:12 +0000 (+0000) Subject: a few fixes for cgraph merge X-Git-Tag: LAST_LIBGRAPH~32^2~3103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b1e8bfcb99e493df7c4149fb97b9224a087e6bc;p=graphviz a few fixes for cgraph merge --- diff --git a/lib/common/usershape.h b/lib/common/usershape.h index 42ad18c17..d562b17a7 100644 --- a/lib/common/usershape.h +++ b/lib/common/usershape.h @@ -40,7 +40,7 @@ extern "C" { struct usershape_s { Dtlink_t link; - char *name; + const char *name; int macro_id; boolean must_inline; boolean nocache;