summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authortoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-28 10:36:10 +0000
committertoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-28 10:36:10 +0000
commit08d30308c4b2055d1c0188a2a570ab91c5d972a7 (patch)
treeba0fa797ce44be36e20ad905273f92bb5eaa9365 /Changelog-Trunk.txt
parentf412aa286157b5e9484d66887431236a4dcddbe7 (diff)
downloadhercules-08d30308c4b2055d1c0188a2a570ab91c5d972a7.tar.gz
hercules-08d30308c4b2055d1c0188a2a570ab91c5d972a7.tar.bz2
hercules-08d30308c4b2055d1c0188a2a570ab91c5d972a7.tar.xz
hercules-08d30308c4b2055d1c0188a2a570ab91c5d972a7.zip
Fixed sign warnings in login/login.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7940 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 83ba1d299..209ee8568 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.
2006/07/28
+ * Fixed sign warnings in login/login.c [Toms]
* Fixed "conversion from 'double' to 'int', possible loss of data" [Toms]
* Fixed "warning: redefinition of [ushort/uint/ulong]" [Toms]
* Fixed duplicate case value on NJ_SUITON [Toms]