diff options
author | dvs1 | 2024-10-25 13:47:32 +1000 |
---|---|---|
committer | dvs1 | 2024-10-25 13:47:32 +1000 |
commit | c1f43f79a574601ef982089a0a0df4c9ab2179a9 (patch) | |
tree | c78f9fb5549cc7be55533ef0cbccec49559cc341 /aataaj.lua | |
parent | Should add this test asoundrc, though it's not working yet. (diff) | |
download | JackOnAllDevices-c1f43f79a574601ef982089a0a0df4c9ab2179a9.zip JackOnAllDevices-c1f43f79a574601ef982089a0a0df4c9ab2179a9.tar.gz JackOnAllDevices-c1f43f79a574601ef982089a0a0df4c9ab2179a9.tar.bz2 JackOnAllDevices-c1f43f79a574601ef982089a0a0df4c9ab2179a9.tar.xz |
Comment++
Diffstat (limited to 'aataaj.lua')
-rwxr-xr-x | aataaj.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ end | |||
185 | print('') | 185 | print('') |
186 | io.flush() | 186 | io.flush() |
187 | 187 | ||
188 | -- TODO - No idea why the fuck #Cards kept telling me 0. | 188 | -- TODO - No idea why the fuck #Cards kept telling me 0. No number indexes? |
189 | local cnt = 0 | 189 | local cnt = 0 |
190 | for i,C in pairs(Cards) do | 190 | for i,C in pairs(Cards) do |
191 | cnt = cnt + 1 | 191 | cnt = cnt + 1 |