Skip to content

Conversation

vszakats
Copy link
Member

Might fix #1090
Closes #1091

@vszakats vszakats added the bug label Jun 13, 2023
@vszakats vszakats closed this in 36c1e1d Jun 13, 2023
@vszakats vszakats deleted the mingw-printf-I64d branch June 13, 2023 17:48
lampmanyao pushed a commit to lampmanyao/libssh2 that referenced this pull request Jul 16, 2023
Before 02f2700 libssh2#846 libssh2#876, we used
`%I64d'. That patch changed this to `%lld`. This patch uses `PRId64`
(defined in `inttypes.h`).

Fixes libssh2#1090
Closes libssh2#1091
agreppin pushed a commit to agreppin/libssh2 that referenced this pull request Jul 14, 2024
Before 02f2700 libssh2#846 libssh2#876, we used
`%I64d'. That patch changed this to `%lld`. This patch uses `PRId64`
(defined in `inttypes.h`).

Fixes libssh2#1090
Closes libssh2#1091
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some warnings on compile
1 participant