mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
LibC: Fix a indentation problem in time.cpp
This commit is contained in:
parent
a6c53cadc8
commit
4ba206b7e5
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ size_t strftime(char* destination, size_t max_size, const char* format, const st
|
|||
}
|
||||
}
|
||||
if (builder.length() > max_size - 1)
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
strcpy(destination, builder.build().characters());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue