Two more '%s' patterns missed
- From: "Andrew V. Samoilov" <andrew email zp ua>
- To: proski gnu org
- Cc: mc-devel gnome org
- Subject: Two more '%s' patterns missed
- Date: Fri, 26 Dec 2003 19:00:23 +0200 (EET)
Hello,
P.S. BTW waht about patches for doc/ru/mc.1.in?
--
Regards,
Andrew V. Samoilov.
--- vfs.c.bak Thu Nov 27 14:31:31 2003
+++ vfs.c Fri Dec 26 18:54:01 2003
@@ -877,7 +877,7 @@ mc_def_ungetlocalcopy (struct vfs_class
return 0;
failed:
- message (1, _("Changes to file lost"), filename);
+ message (1, _("Changes to file lost"), "%s", filename);
if (fdout != -1)
mc_close (fdout);
if (fdin != -1)
--- utilvfs.c.bak Fri Dec 26 16:09:48 2003
+++ utilvfs.c Fri Dec 26 18:46:57 2003
@@ -853,7 +852,7 @@ vfs_parse_ls_lga (const char *p, struct
void
vfs_die (const char *m)
{
- message (1, _("Internal error:"), m);
+ message (1, _("Internal error:"), "%s", m);
exit (1);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]