Author :
Daniel Stone
Date :
2017-06-26 21:52:27
Hash :5440aaa5 Message :Fix signed vs. unsigned confusion in name sanitisation
Don't try to divide through a signed char when indexing an array, lest
ye try to index off the start of it.
Signed-off-by: Daniel Stone <daniels@collabora.com>