diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-28 11:04:44 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-28 11:04:44 +0000 |
commit | 38c37abce31ac6d4adc4ad6dbffe59e1b243f1b5 (patch) | |
tree | 432f625d0748e59ff6b4e9b1d1c91f782721be09 /Changelog-Trunk.txt | |
parent | 81d6d4816f3a80f62013750c780a762c80af3b47 (diff) | |
download | hercules-38c37abce31ac6d4adc4ad6dbffe59e1b243f1b5.tar.gz hercules-38c37abce31ac6d4adc4ad6dbffe59e1b243f1b5.tar.bz2 hercules-38c37abce31ac6d4adc4ad6dbffe59e1b243f1b5.tar.xz hercules-38c37abce31ac6d4adc4ad6dbffe59e1b243f1b5.zip |
Fixed : - "uninitialized local variable 'i' used" in skill.c
- "warning: suggest explicit braces to avoid ambiguous `else'" in battle.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7943 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 53c99f557..81c0b6c40 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 "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]
* Fixed sign warnings in login/login.c [Toms]
* Fixed "conversion from 'double' to 'int', possible loss of data" [Toms]
|