hiredis: Fix __redis_strerror_r lvalue error
authorFlorian Fainelli <redacted>
Sun, 2 Apr 2017 00:50:14 +0000 (17:50 -0700)
committerFlorian Fainelli <redacted>
Sun, 2 Apr 2017 00:53:47 +0000 (17:53 -0700)
commit49ed5295b174f6660572d4609e376d3fea455f37
treef1da75d7169c0b5586d13315319f2c9fb700bc2a
parent0c432f890220053330cdaf74876c6d652bfb3c11
hiredis: Fix __redis_strerror_r lvalue error

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 <redacted>
libs/hiredis/patches/001-lvalue_fix.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT