From: <fac...@us...> - 2006-08-24 17:01:40
|
Revision: 17016 Author: faceprint Date: 2006-08-24 10:01:05 -0700 (Thu, 24 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=17016&view=rev Log Message: ----------- this ought to fix debian bug 384463 Modified Paths: -------------- trunk/libgaim/util.c Modified: trunk/libgaim/util.c =================================================================== --- trunk/libgaim/util.c 2006-08-24 16:38:30 UTC (rev 17015) +++ trunk/libgaim/util.c 2006-08-24 17:01:05 UTC (rev 17016) @@ -1853,7 +1853,7 @@ t++; } } - } else if (!g_ascii_strncasecmp(c, "ftp://", 6)) { + } else if (!g_ascii_strncasecmp(c, "ftp://", 6) || !g_ascii_strncasecmp(c, "sftp://", 7)) { t = c; while (1) { if (badchar(*t) || badentity(t)) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |