mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-25 14:41:32 +00:00
fix debug statement
This commit is contained in:
@ -306,7 +306,7 @@ pub fn _strftime(
|
|||||||
) -> i32 {
|
) -> i32 {
|
||||||
debug!(
|
debug!(
|
||||||
"emscripten::_strftime {} {} {} {}",
|
"emscripten::_strftime {} {} {} {}",
|
||||||
_s_ptr, _maxsize, _format_ptr, _tm_ptr
|
s_ptr, maxsize, format_ptr, tm_ptr
|
||||||
);
|
);
|
||||||
|
|
||||||
#[allow(clippy::cast_ptr_alignment)]
|
#[allow(clippy::cast_ptr_alignment)]
|
||||||
|
Reference in New Issue
Block a user