From: Max Lapan Date: Fri, 19 Mar 2010 12:18:38 +0000 (+0300) Subject: Fix typo X-Git-Tag: v0.1-3 X-Git-Url: http://git.maemo.org/git/?p=yandex-traffic;a=commitdiff_plain Fix typo --- diff --git a/http_fetcher.cpp b/http_fetcher.cpp index 433c990..23e4f18 100644 --- a/http_fetcher.cpp +++ b/http_fetcher.cpp @@ -17,7 +17,7 @@ void HttpFetcher::fetch (const QString& url) { QUrl u (url); - if (_http.currentId () != ) + if (_http.currentId () != 0) _http.abort (); if (u.isValid ()) {