Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
f30426a7
Commit
f30426a7
authored
Jan 26, 2005
by
Josh Coalson
Browse files
minor formatting
parent
450572f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugin_winamp2/infobox.c
View file @
f30426a7
...
...
@@ -213,7 +213,7 @@ static wchar_t *AnsiToWide(const char *src)
static
BOOL
InitInfoboxInfo
(
HWND
hwnd
,
const
char
*
file
)
{
LOCALDATA
*
data
=
LocalAlloc
(
LPTR
,
sizeof
(
LOCALDATA
));
wchar_t
*
ucs2
;
wchar_t
*
ucs2
;
FLAC__StreamMetadata
streaminfo
;
DWORD
length
,
bps
,
ratio
,
rg
;
LONGLONG
filesize
;
...
...
@@ -283,7 +283,7 @@ static void __inline SetTag(HWND hwnd, const char *filename, FLAC__StreamMetadat
static
void
UpdateTag
(
HWND
hwnd
)
{
LOCALDATA
*
data
=
(
LOCALDATA
*
)
GetWindowLong
(
hwnd
,
GWL_USERDATA
);
wchar_t
*
ucs2
;
wchar_t
*
ucs2
;
/* get fields */
if
(
isNT
)
...
...
Write
Preview
Supports
Markdown
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