about summary refs log tree commit diff stats
path: root/src/LYMainLoop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYMainLoop.c')
-rw-r--r--src/LYMainLoop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYMainLoop.c b/src/LYMainLoop.c
index df9217b2..6f5b1782 100644
--- a/src/LYMainLoop.c
+++ b/src/LYMainLoop.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYMainLoop.c,v 1.166 2010/06/18 10:56:54 tom Exp $
+ * $LynxId: LYMainLoop.c,v 1.167 2010/09/22 09:36:30 tom Exp $
  */
 #include <HTUtils.h>
 #include <HTAccess.h>
@@ -5821,7 +5821,7 @@ int mainloop(void)
 				    PARSE_PATH + PARSE_PUNCTUATION)) != NULL) {
 		    const char *name = wwwName(Home_Dir());
 
-		    len = strlen(name);
+		    len = (unsigned) strlen(name);
 #ifdef VMS
 		    if (!strncasecomp(temp, name, len) &&
 			strlen(temp) > len)