Fixed #358 (strm2oas was producing GDS)

This commit is contained in:
Matthias Koefferlein
2019-09-17 23:10:41 +02:00
parent 6a305cfbbf
commit a50fadffcd
2 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -25,5 +25,5 @@
BD_PUBLIC int strm2oas (int argc, char *argv[])
{
return bd::converter_main (argc, argv, bd::GenericWriterOptions::gds2_format_name);
return bd::converter_main (argc, argv, bd::GenericWriterOptions::oasis_format_name);
}