Changeset c2bcd54


Ignore:
Timestamp:
Mar 29, 2009, 9:46:23 PM (15 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
owl
Children:
9948234
Parents:
f19fef4
Message:
debug message in the wrong place
File:
1 edited

Legend:

Unmodified
Added
Removed
  • select.c

    rdb654df rc2bcd54  
    7575
    7676  if (elt != -1) {  /* If we have a dispatch for this FD */
     77    owl_dispatch *d_old;
    7778    owl_function_debugmsg("select: duplicate dispatch found");
    78     owl_dispatch *d_old;
    7979    d_old = (owl_dispatch*)owl_list_get_element(dl, elt);
    8080    /* Ignore if we're adding the same dispatch again.  Otherwise
Note: See TracChangeset for help on using the changeset viewer.