summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg
Unidiff
Diffstat (limited to 'noncore/settings/aqpkg') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/server.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/settings/aqpkg/server.cpp b/noncore/settings/aqpkg/server.cpp
index 04f5ab7..06b0863 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 continue; 168 break;
169 169
@@ -172,3 +172,5 @@ void Server :: readPackageFile( Server *local, bool clearAll, bool installingToR
172 172
173 sscanf( line, "%[^:]: %[^\n]", k, v ); 173 if ( sscanf( line, "%[^:]: %[^\n]", k, v ) < 2 )
174 break;
175
174 key = k; 176 key = k;