Skip to content
Extraits de code Groupes Projets
Valider 2b214f77 rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Fix loading automation script names from subtitle files

parent 6d81a91c
Aucune branche associée trouvée
Étiquettes
Aucune requête de fusion associée trouvée
...@@ -396,7 +396,7 @@ namespace Automation4 { ...@@ -396,7 +396,7 @@ namespace Automation4 {
for (auto const& cur : boost::tokenizer<boost::char_separator<char>>(local_scripts, sep)) { for (auto const& cur : boost::tokenizer<boost::char_separator<char>>(local_scripts, sep)) {
auto trimmed = boost::trim_copy(cur); auto trimmed = boost::trim_copy(cur);
char first_char = trimmed[0]; char first_char = trimmed[0];
trimmed.erase(0); trimmed.erase(0, 1);
agi::fs::path basepath; agi::fs::path basepath;
if (first_char == '~') { if (first_char == '~') {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter