mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Compare commits
2 commits
c36e6ffa41
...
3655b5c784
Author | SHA1 | Date | |
---|---|---|---|
|
3655b5c784 | ||
|
3d65231c42 |
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ static std::string video_time(int secs)
|
|||
return format_string_std("%d:%02d:%02d.000,", hours, mins, secs);
|
||||
}
|
||||
|
||||
void replace_all(std::string& str, const std::string& old_value, const std::string& new_value) {
|
||||
static void replace_all(std::string &str, const std::string &old_value, const std::string &new_value) {
|
||||
if (old_value.empty())
|
||||
return;
|
||||
size_t start_pos = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue