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
38f1237d
Commit
38f1237d
authored
May 30, 2023
by
Shen-Ta Hsieh
Committed by
Max Kellermann
Jun 02, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output/wasapi: cast to `const char *` for fmt 10 compatible
parent
8df77122
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
NEWS
NEWS
+1
-0
WasapiOutputPlugin.cxx
src/output/plugins/wasapi/WasapiOutputPlugin.cxx
+1
-1
No files found.
NEWS
View file @
38f1237d
...
...
@@ -4,6 +4,7 @@ ver 0.23.14 (not yet released)
- mad: fix calculation of LAME peak values
* mixer
- wasapi: fix problem setting volume
* more libfmt 10 fixes
ver 0.23.13 (2023/05/22)
* input
...
...
src/output/plugins/wasapi/WasapiOutputPlugin.cxx
View file @
38f1237d
...
...
@@ -1026,7 +1026,7 @@ WasapiOutput::EnumerateDevices(IMMDeviceEnumerator &enumerator)
continue
;
FmtNotice
(
wasapi_output_domain
,
"Device
\"
{}
\"
\"
{}
\"
"
,
i
,
name
);
"Device
\"
{}
\"
\"
{}
\"
"
,
i
,
name
.
c_str
()
);
}
}
...
...
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