It seems that "pspp.pdt" was just a typo.
d = &odt->driver;
output_driver_init (d, &odt_class, name, device_type);
d = &odt->driver;
output_driver_init (d, &odt_class, name, device_type);
- odt->file_name = parse_string (opt (d, o, "output-file", "pspp.pdt"));
+ odt->file_name = parse_string (opt (d, o, "output-file", "pspp.odt"));
odt->debug = parse_boolean (opt (d, o, "debug", "false"));
odt->dirname = xstrdup ("odt-XXXXXX");
odt->debug = parse_boolean (opt (d, o, "debug", "false"));
odt->dirname = xstrdup ("odt-XXXXXX");