From d3887f394bda53597825887338575e26427d53b0 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 9 Nov 2002 01:17:16 +0000
Subject: [PATCH] Fixed warning in lfexpand().

---
 src/sbbs3/xtrn_sec.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/xtrn_sec.cpp b/src/sbbs3/xtrn_sec.cpp
index 7b14823080..d37b7ba992 100644
--- a/src/sbbs3/xtrn_sec.cpp
+++ b/src/sbbs3/xtrn_sec.cpp
@@ -277,8 +277,8 @@ time_t juliantounix(ulong j)
 static void lfexpand(char *str, ulong misc)
 {
 	char *p;
-	char len=0;
 	char newstr[1024];
+	size_t len=0;
 
 	if(misc&XTRN_NATIVE)
 		return;
-- 
GitLab