From 16bd7992cfa410cb200fc0357a44c00e8ea92623 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Sun, 9 Dec 2007 22:43:36 +0000 Subject: * Modified npc_parsesrcfile to parse the line as a 'tab-separated values' string and added data truncation warnings. - enforces a stricter adherence to the format (no multiple tabs) - avoids sscanf matching spaces, new lines and carriage returns when '\t' is used in the format string git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11879 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Changelog-Trunk.txt') diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 6f7461546..252c936d6 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,11 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/12/09 + * Modified npc_parsesrcfile to parse the line as a 'tab-separated values' + string and added data truncation warnings. + - enforces a stricter adherence to the format (no multiple tabs) + - avoids sscanf matching spaces, new lines and carriage returns when '\t' + is used in the format string * Added a generic 'delimiter-separated values' string parser to strlib.c/h. [FlavioJS] 2007/12/07 * Fixed ensembles skills. -- cgit v1.2.3-60-g2f50