diff options
Diffstat (limited to 'audio/cmus/patches/patch-ab')
-rw-r--r-- | audio/cmus/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/cmus/patches/patch-ab b/audio/cmus/patches/patch-ab deleted file mode 100644 index 8632425f052..00000000000 --- a/audio/cmus/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2008/11/17 13:30:34 ahoka Exp $ - ---- cmus.c.orig 2007-07-27 16:52:13.000000000 +0200 -+++ cmus.c -@@ -560,7 +560,7 @@ static int pl_handle_line(void *data, co - struct pl_data *d = data; - int i = 0; - -- while (isspace(line[i])) -+ while (isspace((unsigned char)line[i])) - i++; - if (line[i] == 0) - return 0; |