Re: [PATCH 5/5] clients: Use xstrdup instead of strdup

2014-05-09 Thread Kristian Høgsberg
On Wed, May 07, 2014 at 02:13:11AM +, Bryce W. Harrington wrote: > > Signed-off-by: Bryce Harrington > --- > clients/editor.c | 12 ++-- > clients/image.c|4 ++-- > clients/keyboard.c | 12 ++-- > clients/terminal.c |2 +- > 4 files changed, 15 insertions(+)

[PATCH 5/5] clients: Use xstrdup instead of strdup

2014-05-06 Thread Bryce W. Harrington
Signed-off-by: Bryce Harrington --- clients/editor.c | 12 ++-- clients/image.c|4 ++-- clients/keyboard.c | 12 ++-- clients/terminal.c |2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/clients/editor.c b/clients/editor.c index bda3e91..ec