Code

Specified that the highlight entry in help_text_row_t should be signed (ppc).
authorKalle Wallin <kaw@linux.se>
Wed, 14 Apr 2004 20:54:23 +0000 (20:54 +0000)
committerKalle Wallin <kaw@linux.se>
Wed, 14 Apr 2004 20:54:23 +0000 (20:54 +0000)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@765 09075e82-0dd4-0310-85a5-a0d7c8717e4f

screen_help.c

index 2d24ce21d82c4e1c3afd67f1e8bbd176b663c3dc..c0661a67f9d20c3b27c8649760c373b962f2047e 100644 (file)
@@ -13,7 +13,7 @@
 
 typedef struct
 {
-  char highlight;
+  signed char highlight;
   command_t command;
   char *text;
 } help_text_row_t;