comparison src/util.c @ 13443:d973e6ba65ac

[gaim-migrate @ 15818] CID 63 this should have been if(!*t), but that would have been redundant, since badchar('\0') == true, which would have triggered the prior block committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 07 Mar 2006 08:13:37 +0000
parents 47e51939c923
children 974fffde9f60
comparison
equal deleted inserted replaced
13442:5de8bf62b8ef 13443:d973e6ba65ac
1826 g_free(url_buf); 1826 g_free(url_buf);
1827 g_free(tmpurlbuf); 1827 g_free(tmpurlbuf);
1828 c = t; 1828 c = t;
1829 break; 1829 break;
1830 } 1830 }
1831 if (!t)
1832 break;
1833 t++; 1831 t++;
1834 1832
1835 } 1833 }
1836 } else if (!g_ascii_strncasecmp(c, "www.", 4)) { 1834 } else if (!g_ascii_strncasecmp(c, "www.", 4)) {
1837 if (c[4] != '.') { 1835 if (c[4] != '.') {