SHA256
10
0
forked from pool/lua-macros

Accepting request 914762 from home:gmbr3:Lua

- Change usage of math to string.gsub to prevent extra decimal
  places causing issues

OBS-URL: https://build.opensuse.org/request/show/914762
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-macros?expand=0&rev=21
This commit is contained in:
2021-08-28 10:37:37 +00:00
committed by Git OBS Bridge
parent ff9eef56b2
commit 98504c2468
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Aug 28 09:42:55 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Change usage of math to string.gsub to prevent extra decimal
places causing issues
-------------------------------------------------------------------
Fri Aug 27 10:07:01 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>