[sword-svn] r3798 - trunk/src/utilfuns

scribe at crosswire.org scribe at crosswire.org
Thu Sep 17 14:02:54 EDT 2020


Author: scribe
Date: 2020-09-17 14:02:54 -0400 (Thu, 17 Sep 2020)
New Revision: 3798

Modified:
   trunk/src/utilfuns/ftplib.c
Log:
updated type in ftplib from unsigned int to socklen_t


Modified: trunk/src/utilfuns/ftplib.c
===================================================================
--- trunk/src/utilfuns/ftplib.c	2020-09-17 16:51:39 UTC (rev 3797)
+++ trunk/src/utilfuns/ftplib.c	2020-09-17 18:02:54 UTC (rev 3798)
@@ -698,7 +698,7 @@
         struct sockaddr_in in;
     } sin;
     struct linger lng = { 0, 0 };
-    unsigned int l;
+    socklen_t l;
     int on=1;
     netbuf *ctrl;
     char *cp;
@@ -843,7 +843,7 @@
 {
     int sData;
     struct sockaddr addr;
-    unsigned int l;
+    socklen_t l;
     int i;
     struct timeval tv;
     fd_set mask;



More information about the sword-cvs mailing list