Re: [PATCH] scanner: Use unit32_t instead of uint

2016-07-18 Thread Daniel Stone
Hi, On 18 July 2016 at 08:35, Khem Raj wrote: > On Sun, Jul 17, 2016 at 3:36 PM, Peter Hutterer > wrote: >> On Fri, Jul 15, 2016 at 04:23:48PM -0700, Khem Raj wrote: >>> uint32_t is C99 defined stdint type >>> >>> Signed-off-by: Khem Raj >> >> subject line says unit32_t :) > > ah a typo. Can we

Re: [PATCH] scanner: Use unit32_t instead of uint

2016-07-17 Thread Khem Raj
On Sun, Jul 17, 2016 at 3:36 PM, Peter Hutterer wrote: > On Fri, Jul 15, 2016 at 04:23:48PM -0700, Khem Raj wrote: >> uint32_t is C99 defined stdint type >> >> Signed-off-by: Khem Raj > > subject line says unit32_t :) ah a typo. Can we git commit amend before applying ? or do we need a v2 > > C

Re: [PATCH] scanner: Use unit32_t instead of uint

2016-07-17 Thread Peter Hutterer
On Fri, Jul 15, 2016 at 04:23:48PM -0700, Khem Raj wrote: > uint32_t is C99 defined stdint type > > Signed-off-by: Khem Raj subject line says unit32_t :) Cheers, Peter > --- > src/scanner.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/scanner.c b/src/scanne

[PATCH] scanner: Use unit32_t instead of uint

2016-07-15 Thread Khem Raj
uint32_t is C99 defined stdint type Signed-off-by: Khem Raj --- src/scanner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scanner.c b/src/scanner.c index 6e2c3a3..ebae4cc 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -819,7 +819,7 @@ find_enumeration(struct protoc