diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-28 12:16:26 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-28 12:16:26 +0000 |
commit | 16cb5fef019d99367ef818e7c1d52a8c2deb8162 (patch) | |
tree | 7751aa0c82329d15225131ed63ba992c3526b8ed /Changelog-Trunk.txt | |
parent | 39855d11e453ae163ae63d9cfa008582d27059e3 (diff) | |
download | hercules-16cb5fef019d99367ef818e7c1d52a8c2deb8162.tar.gz hercules-16cb5fef019d99367ef818e7c1d52a8c2deb8162.tar.bz2 hercules-16cb5fef019d99367ef818e7c1d52a8c2deb8162.tar.xz hercules-16cb5fef019d99367ef818e7c1d52a8c2deb8162.zip |
Casted nothl to (unsigned int) in sprintf functions, IP is 32bits and sql field the same...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7945 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 7ebc63120..64c99b363 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
+ * Casted nothl to (unsigned int) in sprintf functions, IP is 32bits and sql field the same :) [Toms]
* Fixed "warning: `list' might be used uninitialized in this function" in char/char.c@3032 [Toms]
* Fixed "uninitialized local variable 'i' used" in skill.c and "warning: suggest explicit braces to avoid ambiguous `else'" in battle.c [Toms]
* Fixed "warning: long unsigned int format, unsigned int arg" in parse_login (login_sql\login.c) [Toms]
|