[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #44099] info segfaults on xterm when window height is very smal
From: |
Gavin Smith |
Subject: |
Re: [bug #44099] info segfaults on xterm when window height is very small |
Date: |
Thu, 29 Jan 2015 12:45:51 +0000 |
On Thu, Jan 29, 2015 at 10:23 AM, Vitezslav Crhonek
<address@hidden> wrote:
> There's just minor issue - when compiling with "-Werror=format-security", the
> build fails:
>
> info.c: In function 'main':
> info.c:908:9: error: format not a string literal and no format arguments
> [-Werror=format-security]
> info_error (error);
> ^
> info.c:917:7: error: format not a string literal and no format arguments
> [-Werror=format-security]
> info_error (error);
>
Thanks, fixed.