aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2019-09-08 17:38:01 +0000
committerWerner Koch <[email protected]>2019-09-08 17:38:01 +0000
commitf7c24427329075adc98eb93d2abb12c087e0f9d2 (patch)
treef0cc70b8fdd8e96c71050f22e5abfdeeb1675259
parentgpgrt-config: Support Libs.private and Requires.private. (diff)
downloadlibgpg-error-f7c24427329075adc98eb93d2abb12c087e0f9d2.tar.gz
libgpg-error-f7c24427329075adc98eb93d2abb12c087e0f9d2.zip
estream: Fix dead assigniment.
* src/estream-printf.c (pr_string): Here. -- GnuPG-bug-id: 4698 Signed-off-by: Werner Koch <[email protected]>
-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