diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-09 22:43:36 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-09 22:43:36 +0000 |
commit | 16bd7992cfa410cb200fc0357a44c00e8ea92623 (patch) | |
tree | e4ec856cefbfd64d7fbe106450039882f69d9e50 /Changelog-Trunk.txt | |
parent | b83d9633d70ee986fa52cf0445c228190ddf0b13 (diff) | |
download | hercules-16bd7992cfa410cb200fc0357a44c00e8ea92623.tar.gz hercules-16bd7992cfa410cb200fc0357a44c00e8ea92623.tar.bz2 hercules-16bd7992cfa410cb200fc0357a44c00e8ea92623.tar.xz hercules-16bd7992cfa410cb200fc0357a44c00e8ea92623.zip |
* 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
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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. |