X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1de60d4aa818748f6bc24e55556526f53c22cab2..fb6b8301237bcdd72bb86d34af68f378a07e4d70:/sbr/mime_type.c diff --git a/sbr/mime_type.c b/sbr/mime_type.c index 23ccf038..e4f3e5b8 100644 --- a/sbr/mime_type.c +++ b/sbr/mime_type.c @@ -124,9 +124,8 @@ get_file_info(const char *proc, const char *file_name) { advise(NULL, "filenames containing both single and double quotes " "are unsupported for attachment"); return NULL; - } else { - quotec = "\""; } + quotec = "\""; } if ((cmd = concat(proc, " ", quotec, file_name, quotec, NULL))) {