1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-18 22:27:25 +01:00

fix missing symbol bug

This commit is contained in:
taiyu 2015-09-08 09:52:33 -07:00
parent da76ecb5f8
commit fd6d06ff61

View file

@ -304,6 +304,9 @@ char *do_var_replacement(char *str) {
break;
}
}
if (i == config->symbols->length) {
++find;
}
}
return str;
}