aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/estream-printf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/estream-printf.c b/src/estream-printf.c
index bce6147..fe25657 100644
--- a/src/estream-printf.c
+++ b/src/estream-printf.c
@@ -1204,7 +1204,6 @@ pr_string (estream_printf_out_t outfnc, void *outfncarg,
if (arg->vt != VALTYPE_STRING)
return -1;
- string = value.a_string;
if (sf)
string = sf (value.a_string, string_no, sfvalue);
else