On 05/20/2013 11:42 AM, Ramsay Jones wrote: > Unfortunately not. :( Sorry about that. > const char *paths[] = { path, NULL }; I see where I make the mistake. I need to drop the parentheses only for char type. Can you please try this patch again? It is a replacement patch of your patch No3. Not a delta. It works for the the test case above. Let's hope this one works. Chris