screen-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[screen-devel] [PATCH] telnet.c: Fix visual_bell type


From: Jeroen Roovers
Subject: [screen-devel] [PATCH] telnet.c: Fix visual_bell type
Date: Sun, 24 Jan 2016 12:59:11 +0100

telnet.c:44:12: error: conflicting types for ‘visual_bell’
 extern int visual_bell;
            ^
In file included from screen.h:37:0,
                 from telnet.c:39:
ansi.h:166:13: note: previous declaration of ‘visual_bell’ was here
 extern bool visual_bell;
             ^


Patch attached.


Regards,
     jer

Attachment: screen-9999-bool_visual_bell.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]