author | drw <drw> | 2003-03-28 01:36:47 (UTC) |
---|---|---|
committer | drw <drw> | 2003-03-28 01:36:47 (UTC) |
commit | 169a544a1cbd17a6ff3295eba6a9e403fdc299d8 (patch) (unidiff) | |
tree | 3dced402e0316212fbffed6194f234ea3d65f0eb | |
parent | 9e561f9fdd2bef09d21904aba0a74faa39165c04 (diff) | |
download | opie-169a544a1cbd17a6ff3295eba6a9e403fdc299d8.zip opie-169a544a1cbd17a6ff3295eba6a9e403fdc299d8.tar.gz opie-169a544a1cbd17a6ff3295eba6a9e403fdc299d8.tar.bz2 |
Oops...undoing last update.
-rw-r--r-- | noncore/settings/aqpkg/server.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/noncore/settings/aqpkg/server.cpp b/noncore/settings/aqpkg/server.cpp index 06b0863..d4fa439 100644 --- a/noncore/settings/aqpkg/server.cpp +++ b/noncore/settings/aqpkg/server.cpp | |||
@@ -167,3 +167,3 @@ void Server :: readPackageFile( Server *local, bool clearAll, bool installingToR | |||
167 | if ( in.eof() ) | 167 | if ( in.eof() ) |
168 | break; | 168 | continue; |
169 | 169 | ||
@@ -172,4 +172,3 @@ void Server :: readPackageFile( Server *local, bool clearAll, bool installingToR | |||
172 | 172 | ||
173 | if ( sscanf( line, "%[^:]: %[^\n]", k, v ) < 2 ) | 173 | sscanf( line, "%[^:]: %[^\n]", k, v ); |
174 | break; | ||
175 | 174 | ||