author | spiralman <spiralman> | 2003-03-21 20:33:28 (UTC) |
---|---|---|
committer | spiralman <spiralman> | 2003-03-21 20:33:28 (UTC) |
commit | dc1979978af5157e0a290175106f25bfdf1e9e0d (patch) (unidiff) | |
tree | ecf9a634ce1bdfd04d4371a6ab8dc0f325792d37 | |
parent | eca4b3ca284e527d2a2580a74e8ba445aadca52f (diff) | |
download | opie-dc1979978af5157e0a290175106f25bfdf1e9e0d.zip opie-dc1979978af5157e0a290175106f25bfdf1e9e0d.tar.gz opie-dc1979978af5157e0a290175106f25bfdf1e9e0d.tar.bz2 |
commented out debuging output and increased version to 0.1 (thought 0.0 was causing problems w/ ipkg)
-rw-r--r-- | noncore/net/ubrowser/httpfactory.cpp | 8 | ||||
-rw-r--r-- | noncore/net/ubrowser/opie-ubrowser.control | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/noncore/net/ubrowser/httpfactory.cpp b/noncore/net/ubrowser/httpfactory.cpp index b37e9f9..154d5d0 100644 --- a/noncore/net/ubrowser/httpfactory.cpp +++ b/noncore/net/ubrowser/httpfactory.cpp | |||
@@ -266,3 +266,3 @@ const QByteArray HttpFactory::recieveNormal( int sockfd, int dataLen ) const | |||
266 | recieved = recv( sockfd, temp.data(), temp.size(), 0 ); | 266 | recieved = recv( sockfd, temp.data(), temp.size(), 0 ); |
267 | printf( "HttpFactory::recieveNormal: found some data: %s\n", (char *)temp.data() ); | 267 | //printf( "HttpFactory::recieveNormal: found some data: %s\n", (char *)temp.data() ); |
268 | for( i = 0; i < recieved; i++ ) | 268 | for( i = 0; i < recieved; i++ ) |
@@ -298,3 +298,3 @@ const QByteArray HttpFactory::recieveChunked( int sockfd ) const | |||
298 | 298 | ||
299 | printf( "HttpFactory::recieveChunked: temp.size(): %d\n", temp.size() ); | 299 | //printf( "HttpFactory::recieveChunked: temp.size(): %d\n", temp.size() ); |
300 | recv( sockfd, temp.data(), temp.size(), 0 ); | 300 | recv( sockfd, temp.data(), temp.size(), 0 ); |
@@ -337,3 +337,3 @@ const QByteArray HttpFactory::recieveChunked( int sockfd ) const | |||
337 | 337 | ||
338 | printf( "HttpFactory::recieveChunked: current data:\n%s", data.data() ); | 338 | // printf( "HttpFactory::recieveChunked: current data:\n%s", data.data() ); |
339 | 339 | ||
@@ -352,3 +352,3 @@ const QByteArray HttpFactory::recieveChunked( int sockfd ) const | |||
352 | // printf( "HttpFactory::recieveChunked: temp.size(): %d\n", temp.size() ); | 352 | // printf( "HttpFactory::recieveChunked: temp.size(): %d\n", temp.size() ); |
353 | printf( "HttpFactory::recieveChunked: temp.data(): %d\n", temp[0] ); | 353 | // printf( "HttpFactory::recieveChunked: temp.data(): %d\n", temp[0] ); |
354 | cSizeS += temp[0]; | 354 | cSizeS += temp[0]; |
diff --git a/noncore/net/ubrowser/opie-ubrowser.control b/noncore/net/ubrowser/opie-ubrowser.control index b60098b..17c716e 100644 --- a/noncore/net/ubrowser/opie-ubrowser.control +++ b/noncore/net/ubrowser/opie-ubrowser.control | |||
@@ -5,3 +5,3 @@ Maintainer: Thomas Stephens <spiralman@softhome.net> | |||
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: 0.0-$SUB_VERSION | 6 | Version: 0.1-$SUB_VERSION |
7 | Depends: opie-base | 7 | Depends: opie-base |