diff options
author | Manish Singh <yosh@gimp.org> | 2005-07-27 22:14:46 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2005-07-27 22:14:46 +0000 |
commit | 45acfe9ada6cd6b75ded6b4b32d858e92c92082a (patch) | |
tree | 27b9f5adab95c3a0fb1e7d2129479f6aa8ba4315 /ChangeLog.pre-1-10 | |
parent | 68e152ccd38eda90634ca65ebd88f3016df9281a (diff) | |
download | pango-45acfe9ada6cd6b75ded6b4b32d858e92c92082a.tar.gz |
put parens around bitwise &, to appease gcc.
2005-07-26 Manish Singh <yosh@gimp.org>
* pango/pango-utils.c (pango_is_zero_width): put parens around bitwise
&, to appease gcc.
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r-- | ChangeLog.pre-1-10 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index ec5f4a14..99c8d31d 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +2005-07-26 Manish Singh <yosh@gimp.org> + + * pango/pango-utils.c (pango_is_zero_width): put parens around bitwise + &, to appease gcc. + 2005-07-26 Owen Taylor <otaylor@redhat.com> * === Released 1.9.1 === |