Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/hash



Module Name:    src
Committed By:   mrg
Date:           Mon Sep  4 20:51:40 UTC 2023

Modified Files:
        src/lib/libc/hash: hashhl.c

Log Message:
fix pointer vs array function definition issues.

for the backend End and Data functions, use "char buf[HASH_STRLEN]"
instead of "char *buf", to match the public functions.

fixes GCC 12 warning.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/hash/hashhl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index