bugfix: only include files with numeric _prefixes_

[?]
Apr 21, 2023, 6:42 AM
IJQP7HJKG5EMEVCPOL7ARC3B7WT55OPCH4MLKD6435XRDPFNX3XQC

Dependencies

  • [2] EZHO4TSW new file-system format for freewheeling apps
  • [3] LRDM35CE app running again

Change contents

  • replacement in live.lua at line 52
    [2.857][2.857:950]()
    for numeric_prefix, root in filename:gmatch('(%d+)-(.+)') do
    -- only runs once
    [2.857]
    [2.950]
    local numeric_prefix, root = filename:match('^(%d+)-(.+)')
    if numeric_prefix then
  • replacement in live.lua at line 62
    [2.1181][2.1181:1246](),[2.1246][3.4022:4046](),[3.4022][3.4022:4046]()
    for numeric_prefix, root in filename:gmatch('(%d+)-(.+)') do
    -- only runs once
    [2.1181]
    [2.1247]
    local numeric_prefix, root = filename:match('^(%d+)-(.+)')
    if numeric_prefix then