summaryrefslogtreecommitdiff
path: root/audio/mpg123/patches/patch-aw
blob: d22aebe636869e078c2039c5e329681b3607b5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aw,v 1.1 2005/10/03 15:17:14 joerg Exp $

--- term.c.orig	2005-10-03 15:20:10.000000000 +0200
+++ term.c
@@ -90,7 +90,7 @@ static long term_handle_input(struct fra
   while(n > 0) {
     fd_set r;
     struct timeval t;
-    char val;
+    unsigned char val;
 
     t.tv_sec=0;
     t.tv_usec=(do_delay) ? 1000 : 0;