mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
plugins: startPlugin works with filename; just for clarity
Origin commit data
------------------
Branch: ni/coolstream
Commit: 55f0ab75af
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-24 (Sun, 24 Jan 2016)
Origin message was:
------------------
- plugins: startPlugin works with filename; just for clarity
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -362,13 +362,13 @@ void CPlugins::startPlugin_by_name(const std::string & name)
|
||||
}
|
||||
}
|
||||
|
||||
void CPlugins::startPlugin(const char * const name)
|
||||
void CPlugins::startPlugin(const char * const filename)
|
||||
{
|
||||
int pluginnr = find_plugin(name);
|
||||
int pluginnr = find_plugin(filename);
|
||||
if (pluginnr > -1)
|
||||
startPlugin(pluginnr);
|
||||
else
|
||||
printf("[CPlugins] could not find %s\n", name);
|
||||
printf("[CPlugins] could not find %s\n", filename);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user