Changeset 6ea8782 for protocols/skype/skype.c
- Timestamp:
- 2015-10-13T04:23:49Z (9 years ago)
- Branches:
- master
- Children:
- fa41a75
- Parents:
- b87e5dc
- git-author:
- dequis <dx@…> (09-10-15 03:05:27)
- git-committer:
- dequis <dx@…> (13-10-15 04:23:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/skype.c
rb87e5dc r6ea8782 21 21 22 22 #define _XOPEN_SOURCE 23 #define _BSD_SOURCE24 23 #include <poll.h> 25 24 #include <stdio.h> … … 188 187 189 188 va_start(args, fmt); 190 vsnprintf(str, IRC_LINE_SIZE, fmt, args);189 g_vsnprintf(str, IRC_LINE_SIZE, fmt, args); 191 190 va_end(args); 192 191
Note: See TracChangeset
for help on using the changeset viewer.