summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-12 17:21:41 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-12 17:21:41 +0000
commit8ee1fca77667a6b6eb6193f41c7b0c8802b0144b (patch)
tree26a64737a986d2b4dfba3963630e2beb29995ef4 /Changelog-Trunk.txt
parentc6ca79ad9e7a897e3598bede517b5b1e829aea7c (diff)
downloadhercules-8ee1fca77667a6b6eb6193f41c7b0c8802b0144b.tar.gz
hercules-8ee1fca77667a6b6eb6193f41c7b0c8802b0144b.tar.bz2
hercules-8ee1fca77667a6b6eb6193f41c7b0c8802b0144b.tar.xz
hercules-8ee1fca77667a6b6eb6193f41c7b0c8802b0144b.zip
* Modified npc_parsesrcfile to read the file as binary and let sv_parse handle LF/CRLF line endings.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12059 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 77c7050bd..f62791274 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,7 @@ 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.
2008/01/12
+ * Modified npc_parsesrcfile to read the file as binary and let sv_parse handle LF/CRLF line endings.
* Possible fix to ers/status_change crashing. [FlavioJS]
- this patch is untested. Didn't find anyone willing to test it and I can't
reproduce the crash so can't test the patch.