nnev / c128-kasse

Kassensoftware für den C128
Other
3 stars 3 forks source link

Enforce/change name length #1

Closed sur5r closed 7 years ago

sur5r commented 7 years ago

Currently, there's a name length limit of 10 characters. This is not enforced when adding new users.

This leads to strange display bugs as the terminating null byte gets overwritten.

We should expand the limit and enforce it.