Small change that I will probably regret

This commit is contained in:
dario 2024-05-16 20:09:51 +02:00
parent c594536e44
commit 71ba6af7e1

View File

@ -32,7 +32,8 @@ namespace sta
vsnprintf(str, n+1, fmt, args);
STA_ASSERT(n > 0);
println(str);
// If you are peer-reviewing this, ask Dario if this is supposed to stay here.
print(str);
}
void Printable::print(char c)