Skip to content

Commit ffb8efc

Browse files
committed
Make csg file obey --fullpath option
1 parent fce18f3 commit ffb8efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcsg/xcsg_main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ bool xcsg_main::run()
8383

8484
if(file.GetExt() == ".csg") {
8585

86-
cout << "Converting from OpenSCAD " << xcsg_file << endl;
86+
cout << "Converting from: " << DisplayName(xcsg_file,show_path) << endl;
8787
std::ifstream csg(xcsg_file);
8888
csg_parser parser(csg,m_cmd.secant_tolerance());
8989
parser.to_xcsg(tree);

0 commit comments

Comments
 (0)