Changes between Version 1 and Version 2 of Ticket #1991
- Timestamp:
- 01/29/11 17:33:45 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1991 – description
v1 v2 26 26 27 27 28 passing the value of user_data into new_callback is useless and unused, because it's finally invoked and used by this code. 29 nci_cb_C1( cb_wrapped, user_data ). So consider: 28 passing the value of user_data into new_callback is useless and unused, because it's finally invoked and used by this code: 29 30 {{{ 31 nci_cb_C1( cb_wrapped, user_data ) 32 }}} 33 34 35 So consider: 30 36 31 37 {{{
