vte r1488 - in trunk: . src
- From: cpwilson svn gnome org
- To: svn-commits-list gnome org
- Subject: vte r1488 - in trunk: . src
- Date: Sat, 20 Jan 2007 21:54:29 +0000 (GMT)
Author: cpwilson
Date: 2007-01-20 21:54:28 +0000 (Sat, 20 Jan 2007)
New Revision: 1488
ViewCVS link: http://svn.gnome.org/viewcvs/vte?rev=1488&view=rev
Modified:
trunk/ChangeLog
trunk/src/vte.h
Log:
2007-01-20 Chris Wilson <chris chris-wilson co uk>
<kmaraas> ickle: sparse complains about dubious 1 bit bitfields
if you use gboolean instead of guint
<kmaraas> so s/gboolean/guint at line 166 and 174
<mariano> unless that changes the API, of course...
<kmaraas> it doesn't
<mariano> gboolean a:1 is not very correct anyways
<kmaraas> ickle: we've done the same change in other modules
<ickle> if I do it quick, behdad might not even notice ;)
* src/vte.h:
Convert signed single bit field to unsigned. The code
was setting it to 1 anyhow (and not -1 as the type indicated).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]