[PATCH weston 1/2] config-parser: fix `short_name` type

Eric Engestrom eric.engestrom at imgtec.com
Thu Jun 8 21:20:17 UTC 2017


On Wednesday, 2017-05-24 21:23:14 +0100, Eric Engestrom wrote:
> This field is populated with chars, compared to chars and printed as
> a char. It should probably be a char.
> 
> Signed-off-by: Eric Engestrom <eric at engestrom.ch>

Humble ping?

I don't have commit access either, so you'll have to push this for me :)

Cheers,
  Eric

> ---
>  shared/config-parser.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/shared/config-parser.h b/shared/config-parser.h
> index f18d2c0b..af3f66a2 100644
> --- a/shared/config-parser.h
> +++ b/shared/config-parser.h
> @@ -64,7 +64,7 @@ enum weston_option_type {
>  struct weston_option {
>  	enum weston_option_type type;
>  	const char *name;
> -	int short_name;
> +	char short_name;
>  	void *data;
>  };
>  
> -- 
> Cheers,
>   Eric
> 


More information about the wayland-devel mailing list