Changeset 2672
- Timestamp:
- 08/09/07 18:04:37 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c
r2671 r2672 233 233 gboolean neod_buttonactions_input_check( GSource* source ) 234 234 { 235 for ( int i = 0; i < max_input_fd; ++i )235 for ( int i = 0; i <= max_input_fd; ++i ) 236 236 if ( input_fd[i].revents & G_IO_IN ) 237 237 return TRUE; … … 242 242 gboolean neod_buttonactions_input_dispatch( GSource* source, GSourceFunc callback, gpointer data ) 243 243 { 244 for ( int i = 0; i < max_input_fd; ++i )244 for ( int i = 0; i <= max_input_fd; ++i ) 245 245 { 246 246 if ( input_fd[i].revents & G_IO_IN )
Note: See TracChangeset
for help on using the changeset viewer.
