summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e06a3931..ac82aa7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-23 Björn Steinbrink <B.Steinbrink@gmx.de>
+
+ * src/gui/buy.cpp, src/gui/sell.cpp, src/gui/shop.h: Avoid possible buffer
+ overflows by using a std::string instead of char[30].
+ * src/gui/buy.cpp: Some code cleanups, simplifications and removal of
+ duplicate code.
+
2005-08-22 Eugenio Favalli <elvenprogrammer@gmail.com>
* src/gui/skill.cpp: Disabled use button in skill dialog since is still not