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: https://vcs.maemo.org/git/?p=yandex-traffic;a=commitdiff_plain;h=8d73abd183d30a51e11cc4a6e763b1147d2b6072 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 ()) {