mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 12:34:35 +04:00
Fixes the following build error:
hiredis.h:101:24: error: lvalue required as left operand of assignment
buf[(len)] = '\0';
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>