# # # patch "cmd_automate.cc" # from [c87d0da197f80d81c5d6f2cab90a8a706e354da9] # to [88a358d86d112a98490c63d08415117835d85855] # ============================================================ --- cmd_automate.cc c87d0da197f80d81c5d6f2cab90a8a706e354da9 +++ cmd_automate.cc 88a358d86d112a98490c63d08415117835d85855 @@ -54,7 +54,7 @@ find_automation(utf8 const & name, strin if (i == automation::automations->end()) { - string other_name = replace_underscores_with_dashes(name); + string other_name = replace_underscores_with_dashes(name()); i = automation::automations->find(other_name); }