mirror of
https://github.com/microsoft/krabsetw
synced 2026-06-06 16:14:32 +00:00
typo
This commit is contained in:
@@ -207,7 +207,7 @@ namespace krabs {
|
||||
template <typename T>
|
||||
size_t get_string_content_length(const T* string, size_t lengthBytes)
|
||||
{
|
||||
// for some string types, the length includes the null terminator
|
||||
// for some string types the length includes the null terminator
|
||||
// so we need to find the length of just the content part
|
||||
|
||||
T nullChar {0};
|
||||
|
||||
Reference in New Issue
Block a user