diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-08-26 16:08:16 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-10-28 17:02:14 +0100 |
| commit | fcb8a420ba5dfcad946e81c11007df7ec9cd2fa3 (patch) | |
| tree | 0ada9240363bdf2e3436f603fc8e31894925cda9 /exports | |
| parent | beaf7940dfbfc5bb8222a4381a767c4ccd538fd7 (diff) | |
Exports: Fix linting error on windows
Diffstat (limited to 'exports')
| -rw-r--r-- | exports/exports_wrapper.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exports/exports_wrapper.go b/exports/exports_wrapper.go index 1f6841b..15ab876 100644 --- a/exports/exports_wrapper.go +++ b/exports/exports_wrapper.go @@ -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 } |
