]> andersk Git - libfaim.git/blobdiff - aim_conn.c
- Tue Sep 5 03:47:26 GMT 2000
[libfaim.git] / aim_conn.c
index f76eeba666d7ff06dded8c9b4d8c1bad6f4a1efa..edf61648c7d9dff3beb5673f96baa2965a28b09f 100644 (file)
@@ -202,7 +202,7 @@ faim_export struct aim_conn_t *aim_newconn(struct aim_session_t *sess,
    *
    */
 
-  for(i=0;i<strlen(dest);i++) {
+  for(i=0;i<(int)strlen(dest);i++) {
     if (dest[i] == ':') {
       port = atoi(&(dest[i+1]));
       break;
This page took 0.023389 seconds and 4 git commands to generate.