Re: [PATCH] scanner: Fix reported executable name to 'wayland-scanner'

2016-06-06 Thread Peter Hutterer
On Mon, Jun 06, 2016 at 10:41:04AM -0700, Bryce Harrington wrote: > On Fri, Jun 03, 2016 at 07:33:09PM +1000, Peter Hutterer wrote: > > On Fri, Jun 03, 2016 at 09:16:43AM +0800, Jonas Ådahl wrote: > > > On Thu, Jun 02, 2016 at 02:42:44PM -0700, Bryce Harrington wrote: > > > > 'wayland-scanner -v' (

Re: [PATCH] scanner: Fix reported executable name to 'wayland-scanner'

2016-06-06 Thread Bryce Harrington
On Fri, Jun 03, 2016 at 07:33:09PM +1000, Peter Hutterer wrote: > On Fri, Jun 03, 2016 at 09:16:43AM +0800, Jonas Ådahl wrote: > > On Thu, Jun 02, 2016 at 02:42:44PM -0700, Bryce Harrington wrote: > > > 'wayland-scanner -v' (correctly) reports the program as named > > > "wayland-scanner", but 'wayl

Re: [PATCH] scanner: Fix reported executable name to 'wayland-scanner'

2016-06-04 Thread Bryce Harrington
On Fri, Jun 03, 2016 at 06:34:38PM -0500, Yong Bakos wrote: > Hi, > > On Jun 2, 2016, at 8:16 PM, Jonas Ådahl wrote: > > > > On Thu, Jun 02, 2016 at 02:42:44PM -0700, Bryce Harrington wrote: > >> 'wayland-scanner -v' (correctly) reports the program as named > >> "wayland-scanner", but 'wayland-s

Re: [PATCH] scanner: Fix reported executable name to 'wayland-scanner'

2016-06-03 Thread Jonas Ådahl
On Fri, Jun 03, 2016 at 06:34:38PM -0500, Yong Bakos wrote: > Hi, > > On Jun 2, 2016, at 8:16 PM, Jonas Ådahl wrote: > > > > On Thu, Jun 02, 2016 at 02:42:44PM -0700, Bryce Harrington wrote: > >> 'wayland-scanner -v' (correctly) reports the program as named > >> "wayland-scanner", but 'wayland-s

Re: [PATCH] scanner: Fix reported executable name to 'wayland-scanner'

2016-06-03 Thread Yong Bakos
Hi, On Jun 2, 2016, at 8:16 PM, Jonas Ådahl wrote: > > On Thu, Jun 02, 2016 at 02:42:44PM -0700, Bryce Harrington wrote: >> 'wayland-scanner -v' (correctly) reports the program as named >> "wayland-scanner", but 'wayland-scanner -h' was inconsistent, referring >> to it as './scanner'. >> >> Sig

Re: [PATCH] scanner: Fix reported executable name to 'wayland-scanner'

2016-06-03 Thread Yong Bakos
On Jun 3, 2016, at 4:33 AM, Peter Hutterer wrote: > > On Fri, Jun 03, 2016 at 09:16:43AM +0800, Jonas Ådahl wrote: >> On Thu, Jun 02, 2016 at 02:42:44PM -0700, Bryce Harrington wrote: >>> 'wayland-scanner -v' (correctly) reports the program as named >>> "wayland-scanner", but 'wayland-scanner -h'

Re: [PATCH] scanner: Fix reported executable name to 'wayland-scanner'

2016-06-03 Thread Peter Hutterer
On Fri, Jun 03, 2016 at 09:16:43AM +0800, Jonas Ådahl wrote: > On Thu, Jun 02, 2016 at 02:42:44PM -0700, Bryce Harrington wrote: > > 'wayland-scanner -v' (correctly) reports the program as named > > "wayland-scanner", but 'wayland-scanner -h' was inconsistent, referring > > to it as './scanner'. >

Re: [PATCH] scanner: Fix reported executable name to 'wayland-scanner'

2016-06-02 Thread Jonas Ådahl
On Thu, Jun 02, 2016 at 02:42:44PM -0700, Bryce Harrington wrote: > 'wayland-scanner -v' (correctly) reports the program as named > "wayland-scanner", but 'wayland-scanner -h' was inconsistent, referring > to it as './scanner'. > > Signed-off-by: Bryce Harrington I guess we could also pass argv

[PATCH] scanner: Fix reported executable name to 'wayland-scanner'

2016-06-02 Thread Bryce Harrington
'wayland-scanner -v' (correctly) reports the program as named "wayland-scanner", but 'wayland-scanner -h' was inconsistent, referring to it as './scanner'. Signed-off-by: Bryce Harrington --- src/scanner.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scanner.c b/sr