summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8011a3..a3dc317 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.