File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ bool dcm_element_set_value_integer(DcmError **error,
742742 * numeric Value Representation.
743743 * If that is not the case, the function will fail.
744744 *
745- * Although the value passed is `int *`, it should
745+ * Although the value passed is `void *`, it should
746746 * be a pointer to an array of 16- to 64-bit numeric values of the
747747 * appropriate type for the Data Element Value Representation.
748748 *
@@ -761,7 +761,7 @@ bool dcm_element_set_value_integer(DcmError **error,
761761DCM_EXTERN
762762bool dcm_element_set_value_numeric_multi (DcmError * * error ,
763763 DcmElement * element ,
764- int * values ,
764+ void * values ,
765765 uint32_t vm ,
766766 bool steal );
767767
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ bool dcm_element_set_value_integer(DcmError **error,
675675
676676bool dcm_element_set_value_numeric_multi (DcmError * * error ,
677677 DcmElement * element ,
678- int * value ,
678+ void * value ,
679679 uint32_t vm ,
680680 bool steal )
681681{
You can’t perform that action at this time.
0 commit comments