Changeset 8a9afe4 for protocols/proxy.c
- Timestamp:
- 2005-12-17T16:54:12Z (19 years ago)
- Branches:
- master
- Children:
- 52b3a99
- Parents:
- 3d64e5b (diff), dd9a51b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/proxy.c
r3d64e5b r8a9afe4 106 106 if (condition & GAIM_WRITE_COND) 107 107 gaim_cond |= GAIM_INPUT_WRITE; 108 // if (condition & GAIM_ERR_COND)109 // fprintf( stderr, "ERROR! fd=%d\n", g_io_channel_unix_get_fd( source ) );110 108 111 109 closure->function(closure->data, g_io_channel_unix_get_fd(source), gaim_cond);
Note: See TracChangeset
for help on using the changeset viewer.