mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-12 01:25:59 +00:00
Small change that I will probably regret
This commit is contained in:
parent
c594536e44
commit
71ba6af7e1
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user