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' (
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
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
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
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
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'
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'.
>
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
'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