From: jpr Date: Tue, 12 Jul 2005 17:34:27 +0000 (+0000) Subject: set FASTTAGKEY to 0 again, waiting for the complete solution of the pb X-Git-Tag: Version1.2.bp~307 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a719df75a986c7d8b6c38257c4f4ff300681e84f;p=gdcm.git set FASTTAGKEY to 0 again, waiting for the complete solution of the pb --- diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index 4701be49..6d01325a 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmCommon.h,v $ Language: C++ - Date: $Date: 2005/07/12 17:08:12 $ - Version: $Revision: 1.79 $ + Date: $Date: 2005/07/12 17:34:27 $ + Version: $Revision: 1.80 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -85,7 +85,7 @@ typedef unsigned int uint32_t; #endif #include -#define FASTTAGKEY 1 +#define FASTTAGKEY 0 // FIXME: Should rewrite this: #if FASTTAGKEY