add comment about the '0'
This commit is contained in:
parent
5edd30c14a
commit
6b38375be0
@ -111,6 +111,7 @@ namespace Sernatur {
|
||||
return 'K';
|
||||
}
|
||||
else {
|
||||
// Add the '0' to convert from int to unichar
|
||||
return (unichar) remainder + '0';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user