Skip to content

Commit

Permalink
Minor changes to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jriesmeier committed Mar 17, 2021
1 parent 903566a commit e503b8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions dcmnet/docs/dcmsend.man
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,10 @@ enforced, i.e. no possibly illegal presentation context will be proposed but
the corresponding SOP instance will be rejected (if needed). Please note,
however, that the size of the decompressed pixel data is not checked.

Please note, however, that the default transfer syntax for "Lossless JPEG
Compression", "Lossy JPEG Compression" and so on are not always proposed as
also required by the DICOM standard. The same limitation applies to other
compression schemes. See DICOM PS 3.5 section 10 for details.
The default transfer syntax for "Lossless JPEG Compression", "Lossy JPEG
Compression" and so on are not always proposed as also required by the DICOM
standard. The same limitation applies to other compression schemes. See DICOM
PS 3.5 section 10 for details.

\section dcmsend_logging LOGGING

Expand Down Expand Up @@ -409,6 +409,6 @@ It is an error if no data dictionary can be loaded.

\section dcmsend_copyright COPYRIGHT

Copyright (C) 2011-2018 by OFFIS e.V., Escherweg 2, 26121 Oldenburg, Germany.
Copyright (C) 2011-2021 by OFFIS e.V., Escherweg 2, 26121 Oldenburg, Germany.

*/
2 changes: 1 addition & 1 deletion ofstd/libsrc/ofxml.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2269,7 +2269,7 @@ XMLSTR XMLNode::createXMLString(int nFormat, int *pnSize) const
if (!dropWhiteSpace) nFormat=0;
nFormat = nFormat ? 0 : -1;
cbStr = CreateXMLStringR(d, 0, nFormat);
// Alllocate memory for the XML string + the NULL terminator and
// Allocate memory for the XML string + the NULL terminator and
// create the recursively XML string.
lpszResult=OFreinterpret_cast(XMLSTR, malloc((cbStr+1)*sizeof(XMLCHAR)));
CreateXMLStringR(d, lpszResult, nFormat);
Expand Down

0 comments on commit e503b8c

Please sign in to comment.