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
7e1bb85c
Commit
7e1bb85c
authored
Mar 15, 2006
by
Eric Wong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conf.c: speling fickses
git-svn-id:
https://svn.musicpd.org/mpd/trunk@3920
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
bd561dec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
conf.c
src/conf.c
+3
-3
No files found.
src/conf.c
View file @
7e1bb85c
...
...
@@ -215,7 +215,7 @@ static ConfigParam * readConfigBlock(FILE * fp, int * count, char * string) {
{
ERROR
(
"improperly formatted config file at line %i:"
" %s
\n
"
,
count
,
string
);
ERROR
(
"in block beg
g
ing at line %i
\n
"
,
ret
->
line
);
ERROR
(
"in block beg
in
ing at line %i
\n
"
,
ret
->
line
);
exit
(
EXIT_FAILURE
);
}
...
...
@@ -268,7 +268,7 @@ void readConf(char * file) {
}
if
(
!
findInList
(
configEntriesList
,
array
[
0
],
&
voidPtr
))
{
ERROR
(
"unrecognized param
a
ter in config file at line "
ERROR
(
"unrecognized param
e
ter in config file at line "
"%i: %s
\n
"
,
count
,
string
);
exit
(
EXIT_FAILURE
);
}
...
...
@@ -279,7 +279,7 @@ void readConf(char * file) {
entry
->
configParamList
->
numberOfNodes
)
{
param
=
entry
->
configParamList
->
firstNode
->
data
;
ERROR
(
"config paramter
\"
%s
\"
is first defined on line "
ERROR
(
"config param
e
ter
\"
%s
\"
is first defined on line "
"%i and redefined on line %i
\n
"
,
array
[
0
],
param
->
line
,
count
);
exit
(
EXIT_FAILURE
);
...
...
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