Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Jan 18, 2022
1 parent d94c3eb commit a277884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windy/platforms/macos/platform.nim
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ proc insertText(

var range = NSMakeRange(0, characters.length.uint)
while range.length > 0:
var codepoint: uint
var codepoint: uint32
discard characters.getBytes(
codepoint.addr,
sizeof(codepoint).uint,
Expand Down

0 comments on commit a277884

Please sign in to comment.