]> granicus.if.org Git - neomutt/commitdiff
replace spurious printf
authorRichard Russon <rich@flatcap.org>
Thu, 19 Jul 2018 08:33:09 +0000 (09:33 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 19 Jul 2018 09:56:47 +0000 (10:56 +0100)
mutt/file.c

index 6cd7313e61b0a9c1cf6b78385e6be4f90e2eae5f..da150fa4cf0d0675873d3712784d0d68ca7fadba 100644 (file)
@@ -1331,7 +1331,7 @@ int mutt_file_to_absolute_path(char *path, const char *reference)
 
   if (!path)
   {
-    printf("Error: issue converting path to absolute (%s)", strerror(errno));
+    mutt_perror(_("Error: converting path to absolute"));
     return false;
   }