Bug 9186

Summary: build for x86_64
Product: Sisyphus Reporter: Anton Farygin <rider>
Component: mp3infoAssignee: placeholder <placeholder>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: glebfm, ldv, mike, placeholder
Version: unstable   
Hardware: all   
OS: Linux   

Description Anton Farygin 2006-03-04 10:24:49 MSK
Патч, исправляющий сборку для x86_64, просьба приложить - пакет нужен для сборки
normalize:
--- mp3info-0.8.4.orig/textfunc.c       2006-03-03 23:44:23 +0300
+++ mp3info-0.8.4/textfunc.c    2006-03-03 23:44:45 +0300
@@ -235,7 +235,7 @@
                if(*code) {
                        modlen=code-percent+1;
                        if(modlen > 1000) {
-                               printf("Format modifier beginning at position %d
too long!\n",percent-format);
+                               printf("Format modifier beginning at position %d
too long!\n",(int)(percent-format));
                                exit(5);
                        }
                        strncpy(mod,percent,modlen);
Comment 1 Anton Farygin 2006-03-07 10:29:02 MSK
Готов сделать NMU, если тебе некогда его собирать.
Comment 2 Dmitry V. Levin 2006-03-07 20:38:21 MSK
Applied in 0.8.4-alt5, thanks.