Ticket #3: libeinfo.patch

File libeinfo.patch, 0 bytes (added by Alexey Shvetsov <alexxyum@gmail.com>, 3 years ago)

patch to restore this =)

  • src/libeinfo/libeinfo.c

    diff --git a/src/libeinfo/libeinfo.c b/src/libeinfo/libeinfo.c
    index 14f254e..c863ccc 100644
    a b hidden_proto(ewendv) 
    8181    /* Incase we cannot work out how many columns from ioctl, supply a default */ 
    8282#define DEFAULT_COLS             80 
    8383 
    84 #define OK                                      "ok" 
    85 #define NOT_OK                          "!!" 
     84#define OK                      " ok " 
     85#define NOT_OK                  " !! " 
    8686 
    8787/* Number of spaces for an indent */ 
    8888#define INDENT_WIDTH            2