Changeset c2bcd54
- Timestamp:
- Mar 29, 2009, 9:46:23 PM (15 years ago)
- Branches:
- owl
- Children:
- 9948234
- Parents:
- f19fef4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
select.c
rdb654df rc2bcd54 75 75 76 76 if (elt != -1) { /* If we have a dispatch for this FD */ 77 owl_dispatch *d_old; 77 78 owl_function_debugmsg("select: duplicate dispatch found"); 78 owl_dispatch *d_old;79 79 d_old = (owl_dispatch*)owl_list_get_element(dl, elt); 80 80 /* Ignore if we're adding the same dispatch again. Otherwise
Note: See TracChangeset
for help on using the changeset viewer.