Changeset e617b35 for protocols


Ignore:
Timestamp:
2006-10-15T15:34:57Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
788a1af
Parents:
ee5c355 (diff), 3dc9d46 (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.
Message:

Merging from main development tree.

Location:
protocols
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.c

    ree5c355 re617b35  
    368368        struct msn_data *md;
    369369        char buf[1024], *fn;
    370         int i;
    371370       
    372371        /* Double-check. */
  • protocols/oscar/info.c

    ree5c355 re617b35  
    261261                if (!identified) {
    262262                        /*FIXME*/
     263                        /*REMOVEME :-)
    263264                        g_strdup_printf("unknown capability: {%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x}\n",
    264265                                        cap[0], cap[1], cap[2], cap[3],
     
    268269                                        cap[10], cap[11], cap[12], cap[13],
    269270                                        cap[14], cap[15]);
    270                        
     271                        */
    271272                }
    272273
Note: See TracChangeset for help on using the changeset viewer.