X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fodt.c;h=521e5b877fd1f905681ce9f3c67cbf384f1acdaa;hb=03de35c0fe7c134458408dcb32c23bba8b1bb078;hp=8e94dd7ba6694769275da5769d67c59591a7866c;hpb=da08e8b9ea6bfa772b4daec4a944279267852515;p=pspp diff --git a/src/output/odt.c b/src/output/odt.c index 8e94dd7ba6..521e5b877f 100644 --- a/src/output/odt.c +++ b/src/output/odt.c @@ -245,7 +245,7 @@ write_meta_data (struct odt_driver *odt) xmlTextWriterStartElement (w, _xml ("office:meta")); { xmlTextWriterStartElement (w, _xml ("meta:generator")); - xmlTextWriterWriteString (w, _xml (stat_version)); + xmlTextWriterWriteString (w, _xml (version)); xmlTextWriterEndElement (w); }