bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6674: [PATCH fixed] bug#6674: fix assignment of grep-find-use-xargs


From: Eli Zaretskii
Subject: bug#6674: [PATCH fixed] bug#6674: fix assignment of grep-find-use-xargs on Windows/MS-DOS
Date: Tue, 03 Aug 2010 05:56:09 +0300

> From: Óscar Fuentes <ofv@wanadoo.es>
> Date: Mon, 02 Aug 2010 21:57:16 +0200
> Cc: 
> 
> > Better yet, why not use memcpy etc. instead of _snprintf; you don't
> > really need any formatting features anyway.
> 
> It uses
> 
> "\"%s\""
> " %s"
> " /e:%d /c %s"
> 
> and more.

Of which only %d really needs printf-like facility.  The rest just
copy strings to a buffer.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]