Bound fingerprint to application name

This commit is contained in:
Luca 2019-05-14 10:17:16 +02:00
parent e3ee0d5a1b
commit b9cba0e04f
7 changed files with 31 additions and 12 deletions

View file

@ -150,7 +150,7 @@ end
-- ##############################################
function rev(a,b)
return (a > b)
return (a > b)
end
-- ##############################################