Added a zero byte at the end of strings
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
main() {
|
||||
text := "Hi!\0"
|
||||
user32.MessageBoxA(0, text, text, 0x240040)
|
||||
title := "Title."
|
||||
text := "Hi!"
|
||||
user32.MessageBoxA(0, text, title, 0x240040)
|
||||
}
|
Reference in New Issue
Block a user