[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.0/kdenetwork/kopete/protocols/msn
From:       Carlo Segato <brandon.ml () gmail ! com>
Date:       2008-02-25 0:04:22
Message-ID: 1203897862.461799.26667.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 778945 by segato:

Fix crash when connecting to msn with HTTP method

 M  +1 -1      msnsocket.cpp  


--- branches/KDE/4.0/kdenetwork/kopete/protocols/msn/msnsocket.cpp #778944:778945
@@ -1061,7 +1061,7 @@
 			for(int i=0; i < length; i++)
 				content[i] = bytes[offset + i];
 			// Create the web response stream from the response content bytes.
-			m_stream = new QDataStream( &content,QIODevice::ReadOnly);
+            m_stream = new QDataStream( content );
 			m_stream->setVersion(QDataStream::Qt_3_3);
 		}
 	}
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic