Re: [PATCH] Windows libibery: Don't quote args unnecessarily
On Tue, May 6, 2014 at 11:56 PM, Ray Donnelly wrote: > We only quote arguments that contain spaces, \t or " > characters to prevent wasting 2 characters per > argument of the CreateProcess() 32,768 limit. This is OK. Thanks. Ian > libiberty/pex-win32.c | 46 ++
Re: [PATCH] Windows libibery: Don't quote args unnecessarily
Ah, that was my mail-client. Patch is ok IMO. I add Ian CC for a second look at it. Cheers, Kai