@@ -92,7 +92,7 @@ char *char_array_get_until_char(char_array_t *array, char c) {
};
char *char_array_get_bytes(char_array_t *array, size_t length) {
if (length < array->size) {
if (length > array->size) {
return NULL;
}
The note is not visible to the blocked user.