mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-07 02:47:33 +00:00
Small change that I will probably regret
This commit is contained in:
@@ -32,7 +32,8 @@ namespace sta
|
|||||||
vsnprintf(str, n+1, fmt, args);
|
vsnprintf(str, n+1, fmt, args);
|
||||||
STA_ASSERT(n > 0);
|
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)
|
void Printable::print(char c)
|
||||||
|
Reference in New Issue
Block a user