From 50b1ecdc6b0a17c56130d157c56e7c2ce671f3db Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 28 May 2004 03:35:34 +0000
Subject: [PATCH] Added new "pad" argument to strListReadFile().

---
 src/xpdev/ini_file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xpdev/ini_file.c b/src/xpdev/ini_file.c
index 52ae722e8e..bd9ae304c2 100644
--- a/src/xpdev/ini_file.c
+++ b/src/xpdev/ini_file.c
@@ -442,7 +442,7 @@ str_list_t iniReadFile(FILE* fp)
 	
 	rewind(fp);
 
-	list = strListReadFile(fp, NULL, INI_MAX_VALUE_LEN);
+	list = strListReadFile(fp, NULL, INI_MAX_VALUE_LEN, TRUE /* pad */);
 	if(list!=NULL) {
 		/* truncate the white-space off end of strings */
 		for(i=0; list[i]!=NULL; i++)
-- 
GitLab