Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 638900 Details for
Bug 722204
media-sound/mp3_check-1.98-r1 : mp3_check_misc.c:(.text+<snip>): undefined reference to move_to_next_frame
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
another patch for move_to_next_frame and printf errors
mp3_check-1.98-c99.patch (text/plain), 1.59 KB, created by
Jiří Moravec
on 2020-05-14 11:43:40 UTC
(
hide
)
Description:
another patch for move_to_next_frame and printf errors
Filename:
MIME Type:
Creator:
Jiří Moravec
Created:
2020-05-14 11:43:40 UTC
Size:
1.59 KB
patch
obsolete
>diff -Nupr mp3_check-1.98~/mp3_check_misc.c mp3_check-1.98/mp3_check_misc.c >--- mp3_check-1.98~/mp3_check_misc.c 2000-09-16 05:36:01.000000000 +0200 >+++ mp3_check-1.98/mp3_check_misc.c 2020-05-14 13:10:02.904881001 +0200 >@@ -11,7 +11,7 @@ > #include "support_functions.h" > > // Function prototypes go here. >-inline int move_to_next_frame(char *possible_mp3_tag, frame_info *mp3_i, gen_info *file_info, command_flags *flags, FILE *); >+extern inline int move_to_next_frame(char *possible_mp3_tag, frame_info *mp3_i, gen_info *file_info, command_flags *flags, FILE *); > int get_char_from_file(FILE *, unsigned int *header_value, gen_info *file_info, command_flags *flags, char *possible_mp3_tag); > int scan_file(FILE *, char *filename, meta_options *flag_options, command_flags *flags); > int parse_args(char **argv, meta_options *flag_options, command_flags *flags); >diff -Nupr mp3_check-1.98~/support_functions.h mp3_check-1.98/support_functions.h >--- mp3_check-1.98~/support_functions.h 2000-07-29 08:41:38.000000000 +0200 >+++ mp3_check-1.98/support_functions.h 2020-05-14 13:10:02.903547668 +0200 >@@ -680,7 +680,7 @@ print_frame_info(mp3_i, file_info) > printf("%-20s%d\n", "BitRate", mp3_i->BIT_RATE); > printf("%-20s%d\n", "SampRate", mp3_i->SAMPLE_FREQ); > printf("%-20s%s\n", "BinString", mp3_i->BIN_STRING); >- printf("%-20s%d\n", "BinLen", strlen(mp3_i->BIN_STRING)); >+ printf("%-20s%zu\n", "BinLen", strlen(mp3_i->BIN_STRING)); > printf("%-20s%u\n", "IntHeader", mp3_i->INT_HEADER); > printf("%-20s0x%x\n", "CRC16Value", mp3_i->CRC16_VALUE); > printf("%-20s0x%x\n", "Correct_CRC16Value", mp3_i->CORRECT_CRC16_VALUE);
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 722204
:
637718
|
637720
|
637722
|
637724
|
637726
|
637728
|
638898
| 638900