mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[ion] Avoid a cast from NULL to \0
This commit is contained in:
committed by
LeaNumworks
parent
758c217120
commit
e857e7a297
@@ -6,7 +6,7 @@ namespace Ion {
|
||||
namespace Console {
|
||||
|
||||
char readChar() {
|
||||
return NULL;
|
||||
return '\0';
|
||||
}
|
||||
|
||||
static KDPoint cursor = KDPointZero;
|
||||
|
||||
Reference in New Issue
Block a user