FreeBSD Bugzilla – Attachment 13558 Details for
Bug 25737
Bug of original xmms (input plugin vorbis).
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.18 KB, created by
Inagaki Kentaro
on 2001-03-12 15:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Inagaki Kentaro
Created:
2001-03-12 15:10:01 UTC
Size:
1.18 KB
patch
obsolete
>--- Input/vorbis/vorbis.c.orig Fri Mar 9 09:09:37 2001 >+++ Input/vorbis/vorbis.c Mon Mar 12 22:56:17 2001 >@@ -547,34 +547,44 @@ > displaytitle[length] = '%'; > break; > case TAG_ARTIST: >+ if (artist) { > tmp = strlen(artist); > if (tmp != 0) > got_field = TRUE; > strncpy(&displaytitle[length], artist, tmp); >+ } > break; > case TAG_TITLE: >+ if (title) { > tmp = strlen(title); > if (tmp != 0) > got_field = TRUE; > strncpy(&displaytitle[length], title, tmp); >+ } > break; > case TAG_ALBUM: >+ if (album) { > tmp = strlen(album); > if (tmp != 0) > got_field = TRUE; > strncpy(&displaytitle[length], album, tmp); >+ } > break; > case TAG_DATE: >+ if (date) { > tmp = strlen(date); > if (tmp != 0) > got_field = TRUE; > strncpy(&displaytitle[length], date, tmp); >+ } > break; > case TAG_TRACKNUMBER: >+ if (tracknumber) { > tmp = strlen(tracknumber); > if (tmp != 0) > got_field = TRUE; > strncpy(&displaytitle[length], tracknumber, tmp); >+ } > break; > case FILE_NAME: > strncpy(&displaytitle[length], base, tmp = baselen);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25737
: 13558