Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
25346cb3
Commit
25346cb3
authored
Aug 09, 2006
by
Warren Dukes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
labels should be on the left most column, no tabbing
git-svn-id:
https://svn.musicpd.org/mpd/trunk@4605
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
d7d7f008
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
audio.c
src/audio.c
+1
-1
dbUtils.c
src/dbUtils.c
+1
-1
tag.c
src/tag.c
+1
-1
volume.c
src/volume.c
+2
-1
No files found.
src/audio.c
View file @
25346cb3
...
...
@@ -510,7 +510,7 @@ void readAudioDevicesState(FILE *fp)
}
}
continue
;
errline:
errline:
/* nonfatal */
ERROR
(
"invalid line in state_file: %s
\n
"
,
buffer
);
}
...
...
src/dbUtils.c
View file @
25346cb3
...
...
@@ -118,7 +118,7 @@ int newLocateTagItemArrayFromArgArray(char *argArray[],
return
numArgs
/
2
;
fail:
fail:
for
(
j
=
0
;
j
<
i
;
j
++
)
{
free
((
*
arrayRet
)[
j
].
needle
);
}
...
...
src/tag.c
View file @
25346cb3
...
...
@@ -466,7 +466,7 @@ MpdTag *apeDup(char *file)
tagLen
-=
size
;
}
fail:
fail:
if
(
fp
)
fclose
(
fp
);
if
(
buffer
)
...
...
src/volume.c
View file @
25346cb3
...
...
@@ -305,7 +305,8 @@ static int prep_alsa_get_level(long *level)
goto
error
;
}
return
0
;
error:
error:
WARNING
(
"problems getting alsa volume: %s (snd_mixer_%s)
\n
"
,
snd_strerror
(
err
),
cmd
);
closeAlsaMixer
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment