]> Creatis software - gdcm.git/commitdiff
ENH: Be more verbose on Win32
authormalaterre <malaterre>
Mon, 17 Jan 2005 16:41:18 +0000 (16:41 +0000)
committermalaterre <malaterre>
Mon, 17 Jan 2005 16:41:18 +0000 (16:41 +0000)
src/gdcmUtil.cxx

index 8a8b0df534db607d7fdece401f9e7658de4c6da0..5ff44cde93200bd6b18f3ea9848c75f5c1338f2f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmUtil.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/17 16:37:00 $
-  Version:   $Revision: 1.102 $
+  Date:      $Date: 2005/01/17 16:41:18 $
+  Version:   $Revision: 1.103 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -437,8 +437,8 @@ int GetMacAddrSys ( unsigned char *addr )
    SNMP_oidcpy(&varBind[0].name, &MIB_ifEntryNum);
    ret = m_Query(ASN_RFC1157_GETNEXTREQUEST, &varBindList, &errorStatus,
                  &errorIndex);
-//   printf("# of adapters in this system : %i\n",
-//          varBind[0].value.asnValue.number); varBindList.len = 2;
+   printf("# of adapters in this system : %i\n",
+          varBind[0].value.asnValue.number); varBindList.len = 2;
 
    // Copy in the OID of ifType, the type of interface
    SNMP_oidcpy(&varBind[0].name, &MIB_ifEntryType);