Skip to content

Commit 7064b51

Browse files
committed
style(dicom): explictly use quiet with rt_study.save_rtss
1 parent 76308a0 commit 7064b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dicom/dcmtk/write-rt-struct.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ int main (int argc, char * argv[])
6666
constexpr bool quiet{ true };
6767
rt_study.load_cxt(inputCxt.c_str(), quiet);
6868

69-
rt_study.save_rtss(outputDicom.c_str(), dicomMetadata);
69+
rt_study.save_rtss(outputDicom.c_str(), dicomMetadata, quiet);
7070

7171
return EXIT_SUCCESS;
7272
}

0 commit comments

Comments
 (0)