Skip to content

Commit

Permalink
Fix cleantags with \k tags with noninteger durations
Browse files Browse the repository at this point in the history
Fixes #92 .
  • Loading branch information
arch1t3cht committed Oct 12, 2023
1 parent edae653 commit ad92ccf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions automation/include/cleantags.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
]]

cleantags_version = "1.301"
cleantags_modified = "13 November 2009"
cleantags_version = "1.302"
cleantags_modified = "12 October 2023"

ktag = "\\[kK][fo]?%d+"
ktag = "\\[kK][fo]?[%d.]+"

--[[ The main function that performs the cleaning up
Takes: text
Expand Down

0 comments on commit ad92ccf

Please sign in to comment.