diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-09-27 02:45:48 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-09-27 02:45:48 (GMT) |
commit | 1beaa1af679d49d99696ec907662b764f7ba1867 (patch) | |
tree | e44d0cd0e8de40f2a0880d89b448a57d72e46f9c /ChangeLog | |
parent | d6c23b21afa52a3b1183507445b9845db09f199e (diff) |
Fixed a copy/paste mistake.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@120 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 09-09-27 Cyrille Bagard <nocbos@gmail.com> + * src/arch/x86/operand.c: + Fix a copy/paste mistake: the operand size argument is never initialized. + +09-09-27 Cyrille Bagard <nocbos@gmail.com> + * src/gtkext/gtkblockview.c: Replace hardcoded integer value by G_MAXINT. |