Salome HOME
Windows compatibility ana/V8_0_0_windows_porting
authorana <ana@opencascade.com>
Fri, 12 Feb 2016 16:06:53 +0000 (19:06 +0300)
committerana <ana@opencascade.com>
Fri, 12 Feb 2016 16:06:53 +0000 (19:06 +0300)
src/SMESH_I/SMESH_Gen_i.cxx

index 532c9a450eae7f7bbd03badbf02eb52047eefbb8..e92dc458a9e526bc9ceae3b7ad6dc27add66337d 100644 (file)
@@ -4896,7 +4896,7 @@ bool SMESH_Gen_i::LoadASCII( SALOMEDS::SComponent_ptr theComponent,
   _CORBA_Octet* buffer = new _CORBA_Octet[real_size];
   char tmp[3];
   tmp[2]='\0';
-  uint c = -1;
+  unsigned int c = -1;
   for ( int i = 0; i < real_size; i++ )
   {
     memcpy( &(tmp[0]), &(theStream[i*3+1]), 2 );