Browse Source

*** empty log message ***

Mike Goslin 25 years ago
parent
commit
f384fc830a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/express/error_utils.cxx

+ 1 - 1
panda/src/express/error_utils.cxx

@@ -55,7 +55,7 @@ handle_socket_error(void) {
     case 10093:
     case 10093:
       return "WSAStartup() was not called";
       return "WSAStartup() was not called";
     case 0:
     case 0:
-      return sterror(errno);
+      return strerror(errno);
     default:
     default:
       if (express_cat.is_debug())
       if (express_cat.is_debug())
         express_cat.debug()
         express_cat.debug()