Update EscapeBackslashes description
This commit is contained in:
parent
2853e727b7
commit
2c0a5deab6
|
|
@ -764,7 +764,7 @@ static bool IsTextEqual(const char *text1, const char *text2, unsigned int count
|
|||
return result;
|
||||
}
|
||||
|
||||
// Escape backslashes in a string into a static buffer
|
||||
// Escape backslashes in a string, writing the escaped string into a static buffer
|
||||
static char* EscapeBackslashes(char *text)
|
||||
{
|
||||
static char buf[256];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user