projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Append ls -v output to status items.
[paraslash.git]
/
audiod.c
diff --git
a/audiod.c
b/audiod.c
index
38aa5aa
..
d2d0004
100644
(file)
--- a/
audiod.c
+++ b/
audiod.c
@@
-118,6
+118,9
@@
struct command_task {
int get_audio_format_num(char *name)
{
int i;
+
+ while (isspace(*name))
+ name++;
FOR_EACH_AUDIO_FORMAT(i)
if (!strcmp(name, audio_formats[i]))
return i;