KDE/kdelibs/khtml/misc

View: New views
1 Messages — Rating Filter:   Alert me  

KDE/kdelibs/khtml/misc

by Bugzilla from guy-kde@maurel.de :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

SVN commit 1044434 by guymaurel:

add parentheses around && at line 1212

 M  +1 -1      loader.cpp  


--- trunk/KDE/kdelibs/khtml/misc/loader.cpp #1044433:1044434
@@ -1212,7 +1212,7 @@
     KUrl fullURL (m_doc->completeURL( url.string() )); \
     if ( !fullURL.isValid() || \
          ( m_part && m_part->onlyLocalReferences() && fullURL.protocol() != "file" && fullURL.protocol() != "data") || \
-         doRedirectCheck && (m_doc && !KAuthorized::authorizeUrlAction("redirect", m_doc->URL(), fullURL))) \
+         ( doRedirectCheck && (m_doc && !KAuthorized::authorizeUrlAction("redirect", m_doc->URL(), fullURL)))) \
          return 0L;
 
 CachedImage *DocLoader::requestImage( const DOM::DOMString &url)
_______________________________________________
Khtml-cvs mailing list
Khtml-cvs@...
https://mail.kde.org/mailman/listinfo/khtml-cvs