Changeset - 6da474b61511
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-11-03 00:47:01
hanzz.k@gmail.com
remove RECV
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/main.cpp
Show inline comments
 
@@ -1838,7 +1838,6 @@ static int create_socket(char *host, int portno) {
 
}
 

	
 
static void transportDataReceived(gpointer data, gint source, PurpleInputCondition cond) {
 
	std::cout << "RECV\n";
 
	if (cond & PURPLE_INPUT_READ) {
 
		char buffer[65535];
 
		char *ptr = buffer;
0 comments (0 inline, 0 general)