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