Source-Changes-D archive

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

Re: CVS commit: src/usr.bin/man



On Thu, Jul 18, 2013 at 11:39:08 -0400, Christos Zoulas wrote:

> - fix cast qual issues

Do you really need EMPTY hack?  Why not just (untested)

- pg->gl_pathv[cnt] = "";
+ *pg->gl_pathv[cnt] = '\0';

-uwe


Home | Main Index | Thread Index | Old Index