52 - Bank features function incorrectly if special characters are in name
What does the provided patch do?
It changes how atsw.lua parses the bank buttons text so that it will catch special characters.
Please provide any additional information below.
replaced every instance of "(%w*) %- (%w*)" with "(.+) %- (%w+)". The +'s are just there because it doesn't make sense to match a 0 (which the * will), we expect at least 1 character.
| Name | Size | MD5 |
|---|---|---|
| atsw.lua | 107.1 KiB | cb60e1dee82d... |
Facts
- Last updated
- Aug 16, 2010
- Reported
- Aug 16, 2010
- Status
- New - Issue has not had initial review yet.
- Type
- Patch - Source code patch for review
- Priority
- Medium - Normal priority.
- Votes
- 0