From 22e941e4cbc9e8906287d1e352b66092c6a84c0d Mon Sep 17 00:00:00 2001 From: drw Date: Sat, 29 Mar 2003 01:13:02 +0000 Subject: Fix for reading feed's Package file works this time. However, this is temporary until I re-do this part of the code this weekend (don't like the way it works). --- (limited to 'noncore/settings/aqpkg/server.cpp') diff --git a/noncore/settings/aqpkg/server.cpp b/noncore/settings/aqpkg/server.cpp index d4fa439..64a9c26 100644 --- a/noncore/settings/aqpkg/server.cpp +++ b/noncore/settings/aqpkg/server.cpp @@ -150,9 +150,9 @@ void Server :: readPackageFile( Server *local, bool clearAll, bool installingToR if ( !in.is_open() ) return; - char line[1001]; + char line[5001]; char k[21]; - char v[1001]; + char v[5001]; QString key; QString value; @@ -163,7 +163,7 @@ void Server :: readPackageFile( Server *local, bool clearAll, bool installingToR bool newPackage = true; do { - in.getline( line, 1000 ); + in.getline( line, 5000 ); if ( in.eof() ) continue; -- cgit v0.9.0.2