diff --git a/decode.c b/decode.c index 091b7e5..8824aaf 100644 --- a/decode.c +++ b/decode.c @@ -349,6 +349,9 @@ static int data_extract_string(FILE *out, section_t *section, memmap_t *map, lab } } } + if(j && c) { + fputc('"', out); + } fputc('\n', out); return 1; }