diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2009-07-15 22:37:35 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2009-07-15 22:37:35 +0200 |
commit | fa6d39d9f56e09abfb6b48bacdd66ddbad20c641 (patch) | |
tree | 31a57b7a69c20454e129963e2b2c4327782a2311 /src/log.cpp | |
parent | df52e6b900600709ab0069daacf06093c61667b1 (diff) | |
download | mana-client-fa6d39d9f56e09abfb6b48bacdd66ddbad20c641.tar.gz mana-client-fa6d39d9f56e09abfb6b48bacdd66ddbad20c641.tar.bz2 mana-client-fa6d39d9f56e09abfb6b48bacdd66ddbad20c641.tar.xz mana-client-fa6d39d9f56e09abfb6b48bacdd66ddbad20c641.zip |
Fixed compile warnings and crash in skill dialog
The crash was probably due to roaming or uninitialized pointers in the
skill map. Please remember to clear it after deleting its contents, and
also remember that operator[] is non-const and will insert an element
when it's not already there. The proper way to see if a map contains an
element is by using find().
Diffstat (limited to 'src/log.cpp')
0 files changed, 0 insertions, 0 deletions