/pidgin/main: 4031059e4bd6: Fix improperly fixed warning

Tomasz Wasilczyk tomkiewicz at cpw.pidgin.im
Sun Apr 14 10:45:12 EDT 2013


Changeset: 4031059e4bd6ade72738248d993b99c9dffb9491
Author:	 Tomasz Wasilczyk <tomkiewicz at cpw.pidgin.im>
Date:	 2013-04-14 16:45 +0200
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/4031059e4bd6

Description:

Fix improperly fixed warning

diffstat:

 libpurple/proxy.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/libpurple/proxy.c b/libpurple/proxy.c
--- a/libpurple/proxy.c
+++ b/libpurple/proxy.c
@@ -980,7 +980,7 @@ http_canread(gpointer data, gint source,
 		error = (major == 0) || (*p != '.');
 		if(!error) {
 			p++;
-			/* minor = strtol(p, &p, 10); */
+			/* minor = */ strtol(p, &p, 10);
 			error = (*p != ' ');
 			if(!error) {
 				p++;



More information about the Commits mailing list