* leave api name unchanged so don't break API
This commit is contained in:
TianlongLiang
2025-07-14 13:12:08 +08:00
committed by GitHub
parent c8f7a7fc1a
commit b3158e643c
3 changed files with 11 additions and 11 deletions

View File

@ -59,7 +59,7 @@ b_memcpy_wa(void *s1, unsigned int s1max, const void *s2, unsigned int n)
*dest++ = *p_byte_read++;
}
}
/* read meaning word(s) */
/* read remaining word(s) */
else {
if ((char *)p + 4 >= src + n) {
for (ps = (char *)p; ps < src + n; ps++) {