Browse Source
The sizeof operator applied to a pointer to char does not return the number of characters. This leads to the message being cut off. Instead we should use strlen. Signed-off-by: Sandro Scherer <sand.scherer@gmail.com>pull/89740/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue