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