X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fodt.c;h=721e7c87d9766dec20761e7100aba0ca6b24ea5b;hb=32bcf82d7525c3e50d63064ff32b1545989836b8;hp=906323964cb85ca13eddec3d4b8078a194946b9a;hpb=e99991940478d76062c4ab8e44a5747354e33259;p=pspp diff --git a/src/output/odt.c b/src/output/odt.c index 906323964c..721e7c87d9 100644 --- a/src/output/odt.c +++ b/src/output/odt.c @@ -49,7 +49,7 @@ #include "gettext.h" #define _(msgid) gettext (msgid) -#define _xml(X) (const xmlChar *)(X) +#define _xml(X) (CHAR_CAST (const xmlChar *, X)) struct odt_driver {