odt: Change default output file name to "pspp.odt". origin/output fc11-i386-build82 fc11-x64-build79 sid-i386-build149
authorBen Pfaff <blp@gnu.org>
Fri, 29 Jan 2010 00:41:40 +0000 (16:41 -0800)
committerBen Pfaff <blp@gnu.org>
Fri, 29 Jan 2010 00:41:40 +0000 (16:41 -0800)
It seems that "pspp.pdt" was just a typo.

src/output/odt.c

index 47b8c43ea27a38e49e6366c2d129459fe6ff54fe..41ef108b776062256a62beba949ea50b247112b1 100644 (file)
@@ -293,7 +293,7 @@ odt_create (const char *name, enum output_device_type 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");