From a5184b5e19951983bb9f699807cd9c5cf206c7ce Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 7 Jun 2015 13:12:43 +0000 Subject: YAHOO search -> utf8 git-svn-id: http://svn.miranda-ng.org/main/trunk@14049 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Yahoo/src/webcam.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/Yahoo/src/webcam.cpp') diff --git a/protocols/Yahoo/src/webcam.cpp b/protocols/Yahoo/src/webcam.cpp index 62973c5b58..8a5c0b01e9 100644 --- a/protocols/Yahoo/src/webcam.cpp +++ b/protocols/Yahoo/src/webcam.cpp @@ -25,8 +25,8 @@ /* WEBCAM callbacks */ void ext_yahoo_got_webcam_image(int id, const char *who, - const unsigned char *image, unsigned int image_size, unsigned int real_size, - unsigned int timestamp) + const unsigned char *image, unsigned int image_size, unsigned int real_size, + unsigned int timestamp) { LOG(("ext_yahoo_got_webcam_image")); } @@ -50,7 +50,7 @@ void ext_yahoo_webcam_invite(int id, const char *me, const char *from) { LOG(("ext_yahoo_webcam_invite")); - GETPROTOBYID( id )->ext_got_im(me, from, 0, Translate("[miranda] Got webcam invite. (not currently supported)"), 0, 0, 0, -1); + GETPROTOBYID(id)->ext_got_im(me, from, 0, Translate("[miranda] Got webcam invite. (not currently supported)"), 0, 0, 0, -1); } void ext_yahoo_webcam_invite_reply(int id, const char *me, const char *from, int accept) -- cgit v1.2.3