mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
fix initializers and shadows
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@122 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: e1c39d4ce5
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-29 (Tue, 29 Dec 2009)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -175,7 +175,8 @@ bool CPlugins::parseCfg(plugin *plugin_data)
|
||||
|
||||
inFile.open(plugin_data->cfgfile.c_str());
|
||||
|
||||
while (linecount < 20 && getline(inFile, line[linecount++]));
|
||||
while (linecount < 20 && getline(inFile, line[linecount++]))
|
||||
{};
|
||||
|
||||
plugin_data->fb = false;
|
||||
plugin_data->rc = false;
|
||||
|
Reference in New Issue
Block a user