]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/gsocket.c
Wrappers for *ToText
[wxWidgets.git] / src / os2 / gsocket.c
index bda9f5f0356470d9f7e63f49488ba7e5e8ada796..c230c3da4d03247775fe7acbe404b6580e5ee31a 100644 (file)
@@ -4,7 +4,7 @@
  * Authors: Guilhem Lavaux,
  *          Guillermo Rodriguez Garcia <guille@iies.es> (maintainer)
  * Purpose: GSocket main Unix and OS/2 file
- * Licence: The wxWindows licence
+ * Licence: The wxWidgets licence
  * CVSID:   $Id$
  * -------------------------------------------------------------------------
  */
@@ -1654,7 +1654,7 @@ GSocketError GAddress_INET_SetPortName(GAddress *address, const char *port,
     return GSOCK_INVPORT;
   }
  
-  se = getservbyname(port, protocol);
+  se = getservbyname(port, (char*)protocol);
   if (!se)
   {
     /* the cast to int suppresses compiler warnings about subscript having the