]> Creatis software - gdcm.git/commitdiff
Should avoid compile error or dash8.kitware/GDCM-g++-64bits
authorjpr <jpr>
Wed, 26 Oct 2005 13:16:45 +0000 (13:16 +0000)
committerjpr <jpr>
Wed, 26 Oct 2005 13:16:45 +0000 (13:16 +0000)
>          //memcpy(BinArea, &(value[0]), l);
>        memcpy(BinArea, value.c_str(), l);
Message was :
/.../gdcm/src/gdcmDataEntry.cxx:382: non-lvalue in unary `&'
?!?

src/gdcmPixelReadConvert.cxx

index 19317dbfac06611cf78495a6fc0e7955d99227d5..efe00f20a80361887e3694c4b0f091eddff623bd 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmPixelReadConvert.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/10/26 07:15:31 $
-  Version:   $Revision: 1.90 $
+  Date:      $Date: 2005/10/26 13:16:45 $
+  Version:   $Revision: 1.91 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -126,7 +126,7 @@ void PixelReadConvert::GrabInformationsFromFile( File *file )
    }
    else
    {
-      std::string ts  = file->GetTransferSyntax();
+      std::string ts = file->GetTransferSyntax();
 
    
 //   if ( ts == GDCM_UNKNOWN )