mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-10 13:04:53 -04:00
Fix function name
This commit is contained in:
parent
0540deb5ad
commit
9cd334faa2
@ -193,7 +193,7 @@ std::string sprintf(const std::string& format, ...){
|
|||||||
return std::move(s);
|
return std::move(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
void printf(const std::string& format, va_list va){
|
void vprintf(const std::string& format, va_list va){
|
||||||
__printf(vsprintf(format, va));
|
__printf(vsprintf(format, va));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user