Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Exports: Fix linting error on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Aug 26, 2024
1 parent 5adbccf commit bec4a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exports/exports_wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func test_state_callback(_ C.int, new C.int, data *C.char) int32 {
}
prS := C.CString("employees")
defer FreeString(prS)
CookieReply(C.ulong(tr.Cookie), prS)
CookieReply(C.uint64_t(tr.Cookie), prS)
return 1
}

Expand Down

0 comments on commit bec4a0a

Please sign in to comment.