Seems like
splitFields(const char* line, char* fields[], int maxFields, char splitChar)
{
char* p;
should be:
splitFields(const char* line, char* fields[], int maxFields, char splitChar)
{
const char* p;
VS2005 is being somewhat vocal on this.
Thanks for great work and regards,
Igor
(very) Minor const correctness change in dcdict.cxx
Moderator: Moderator Team
(very) Minor const correctness change in dcdict.cxx
Last edited by okigan on Wed, 2011-02-16, 15:55, edited 3 times in total.
-
- ICSMED DICOM Services
- Posts: 2217
- Joined: Fri, 2004-10-29, 21:38
- Location: Oldenburg, Germany
Thank you for the report. This change has already been done on the CVS version:
Code: Select all
** $Log: dcdict.cc,v $
** Revision 1.33 2004/08/03 16:45:58 meichel
** Minor changes for platforms on which strchr/strrchr return a const pointer.
-
- ICSMED DICOM Services
- Posts: 2217
- Joined: Fri, 2004-10-29, 21:38
- Location: Oldenburg, Germany
Who is online
Users browsing this forum: Bing [Bot], Google [Bot] and 1 guest