mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
hexdecoct: fix comment typo (#7548)
This commit is contained in:
parent
3aa6a55904
commit
0eb89fe6b6
@ -695,7 +695,7 @@ int unbase64mem(const char *p, size_t l, void **ret, size_t *ret_size) {
|
||||
break;
|
||||
if (a < 0)
|
||||
return a;
|
||||
if (a == INT_MAX) /* Padding is not allowed at at the beginning of a 4ch block */
|
||||
if (a == INT_MAX) /* Padding is not allowed at the beginning of a 4ch block */
|
||||
return -EINVAL;
|
||||
|
||||
b = unbase64_next(&x, &l);
|
||||
|
Loading…
Reference in New Issue
Block a user