< prev index next >

hotspot/agent/src/share/native/sadis.c

Print this page

        

@@ -91,11 +91,11 @@
 
     if (errno != 0)
     {
       /* C runtime error that has no corresponding DOS error code */
       strerror_s(buf, len, errno);
-      return strlen(buf);
+      return (int)strlen(buf);
     }
     return 0;
 }
 #endif /* _WINDOWS */
 
< prev index next >