Ignore:
Timestamp:
2006-08-13T19:15:23Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
08cdb93
Parents:
846cec61
Message:

Extra comments in set.h and now properly using set_getbool() instead of
set_getint().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/oscar.c

    r846cec61 rd5ccd83  
    12511251        channel = va_arg(ap, int);
    12521252        userinfo = va_arg(ap, aim_userinfo_t *);
    1253 
    1254     if (set_getint(sess->aux_data, "debug")) {
    1255         serv_got_crap(sess->aux_data, "channel %i called", channel);
    1256     }
    12571253
    12581254        switch (channel) {
Note: See TracChangeset for help on using the changeset viewer.