Fix warnings
This commit is contained in:
Родитель
26b51693f7
Коммит
7b11eacf10
|
@ -2745,13 +2745,13 @@ redo_load_switch: /* come here on file/ftp retry */
|
|||
&& !PL_strncasecmp(URL_s->address, "snews:", 6)
|
||||
)
|
||||
)
|
||||
&& (this_entry->proxy_conf =
|
||||
pacf_find_proxies_for_url(window_id, URL_s)) != NULL
|
||||
&& (pacf_status = pacf_get_proxy_addr(window_id,
|
||||
&& ((this_entry->proxy_conf =
|
||||
pacf_find_proxies_for_url(window_id, URL_s)) != NULL)
|
||||
&& ((pacf_status = pacf_get_proxy_addr(window_id,
|
||||
this_entry->proxy_conf,
|
||||
&this_entry->proxy_addr,
|
||||
&this_entry->socks_host,
|
||||
&this_entry->socks_port))
|
||||
&this_entry->socks_port)) != NULL)
|
||||
&& this_entry->proxy_addr
|
||||
)
|
||||
{
|
||||
|
|
|
@ -98,10 +98,10 @@ PRE_Fetch(MWContext* context)
|
|||
|
||||
do
|
||||
{
|
||||
if (found = LO_getNextTabableElement(
|
||||
if ((found = LO_getNextTabableElement(
|
||||
context,
|
||||
&tfd,
|
||||
1) != 0)
|
||||
1)) != 0)
|
||||
{
|
||||
if (tfd.pElement &&
|
||||
(tfd.pElement->lo_any.type == LO_TEXT ||
|
||||
|
|
Загрузка…
Ссылка в новой задаче