GNOME Bugzilla – Bug 553820
gpoll.c: undeclared identifier
Last modified: 2008-09-25 20:01:08 UTC
Please describe the problem: 'i' is undeclared identifier at 'poll_rest'. Steps to reproduce: 1. compile gpoll.c Actual results: Following message is displayed.(Visual C++) gpoll.c(241) : error C2065: 'i' : undeclared identifier Expected results: Add 'gint i;'. Does this happen every time? Revision 7535 or later Other information:
Created attachment 119383 [details] [review] patch for latest gpoll.c
Thanks. Was already fixed, just hadn't committed.