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
e29fc62b
Commit
e29fc62b
authored
Mar 16, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test/{run_decoder,dump_playlist}: fix accidental search/replace hiccups
parent
b55e1dcb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dump_playlist.cxx
test/dump_playlist.cxx
+1
-1
run_decoder.cxx
test/run_decoder.cxx
+1
-1
No files found.
test/dump_playlist.cxx
View file @
e29fc62b
...
...
@@ -97,7 +97,7 @@ int main(int argc, char **argv)
LogError
(
error
);
else
fprintf
(
stderr
,
"
input/
InputStream::Open() failed
\n
"
);
"InputStream::Open() failed
\n
"
);
return
2
;
}
...
...
test/run_decoder.cxx
View file @
e29fc62b
...
...
@@ -223,7 +223,7 @@ int main(int argc, char **argv)
if
(
error
.
IsDefined
())
LogError
(
error
);
else
fprintf
(
stderr
,
"
input/
InputStream::Open() failed
\n
"
);
fprintf
(
stderr
,
"InputStream::Open() failed
\n
"
);
return
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