diff options
Diffstat (limited to 'audio/cmus/patches/patch-ac')
-rw-r--r-- | audio/cmus/patches/patch-ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/cmus/patches/patch-ac b/audio/cmus/patches/patch-ac deleted file mode 100644 index 2c1b9b20971..00000000000 --- a/audio/cmus/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2008/11/17 13:30:34 ahoka Exp $ - ---- command_mode.c.orig 2007-07-27 16:52:13.000000000 +0200 -+++ command_mode.c -@@ -495,7 +495,7 @@ inside: - goto err; - - if (count == 1) { -- switch (tolower(*arg)) { -+ switch (tolower((unsigned char)*arg)) { - case 'h': - seek *= 60; - case 'm': |