Skip to content

Commit

Permalink
fix ubuntu24 fedora39 40 41 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder committed Oct 24, 2024
1 parent 596d5ba commit 5ea2f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/libscram/src/scram.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void scram_reset_error() {
errorBuffer[0] = '\0';
}

static size_t strlcat(char* dst, const char* src, size_t siz)
size_t strlcat(char* dst, const char* src, size_t siz)
{
char* d = dst;
const char* s = src;
Expand Down

0 comments on commit 5ea2f9a

Please sign in to comment.