add comment about the '0'

This commit is contained in:
Chris Cromer 2019-01-04 16:59:30 -03:00
parent 5edd30c14a
commit 6b38375be0
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ namespace Sernatur {
return 'K';
}
else {
// Add the '0' to convert from int to unichar
return (unichar) remainder + '0';
}
}