mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
use var passed by reference
Conflicts: src/gui/components/cc_frm.h src/gui/components/cc_frm_icons.cpp
This commit is contained in:
committed by
[CST] Focus
parent
e2bbf2aa44
commit
b386f7bbd2
@@ -614,7 +614,7 @@ int find_next_char(char to_find, char *text, int start_pos, int end_pos)
|
||||
}
|
||||
|
||||
//void CMovieInfo::strReplace(std::string& orig, const char* fstr, const std::string rstr)
|
||||
void strReplace(std::string & orig, const char *fstr, const std::string rstr)
|
||||
void strReplace(std::string & orig, const char *fstr, const std::string &rstr)
|
||||
{
|
||||
// replace all occurrence of fstr with rstr and, and returns a reference to itself
|
||||
size_t index = 0;
|
||||
|
Reference in New Issue
Block a user