notepad: Fix uninitialized upper 64-bits of `pos` in DoFind.
commit929fdbbf5541d0139492b6e5072e0cb410073776
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Wed, 18 Jan 2023 16:30:14 +0000 (18 18:30 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 18 Jan 2023 21:55:19 +0000 (18 22:55 +0100)
treef1c465aa9da8558f0ba1370fc7106188d73d70c9
parent8ddf8daa529667d326c274c5e4e3958a57b583da
notepad: Fix uninitialized upper 64-bits of `pos` in DoFind.

And get rid of the hacky casts.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
programs/notepad/main.c