]> Creatis software - gdcm.git/blobdiff - Dicts/CMakeLists.txt
BUG: Solve seg fault with SerieHelper by properly using sort algorithm when needed...
[gdcm.git] / Dicts / CMakeLists.txt
index 086b408ca564b85dca87241baba69141e94aa678..4e29811d10a275dd31828ef59efd81cb205e38b4 100644 (file)
@@ -21,7 +21,7 @@ SET(DICOM_DATA_DICTIONARY "")
 
 FOREACH(line ${ENT})
   STRING(REGEX REPLACE
-    "^([0-9a-f][0-9a-f][0-9a-f][0-9a-f]) ([0-9a-f][0-9a-f][0-9a-f][0-9a-f]) ([A-Z]+) ([A-Z?]+) (.*)$"
+    "^([0-9a-f][0-9a-f][0-9a-f][0-9a-f]) ([0-9a-f][0-9a-f][0-9a-f][0-9a-f]) ([A-Z]+) ([1-9n-]+) (.*)$"
     "   { 0x\\1, 0x\\2, \"\\3\" , \"\\4\" , \"\\5\" }, " nline "${line}")
   SET(DICOM_DATA_DICTIONARY "${DICOM_DATA_DICTIONARY}\n${nline}")
 ENDFOREACH(line)