Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 3432
Collapse All | Expand All

(-)krename-2.3.0-clean/krename/plugins/mp3rename/id3loader.cpp (-1 / +1 lines)
Lines 52-58 Link Here
52
    sGenre = (int)(data.genre);
52
    sGenre = (int)(data.genre);
53
}
53
}
54
54
55
QString ID3Loader::parse(char *d, int len=30)
55
QString ID3Loader::parse(char *d, int len)
56
{
56
{
57
    char *temp = new char[len+1];
57
    char *temp = new char[len+1];
58
    memcpy(temp, d, len);
58
    memcpy(temp, d, len);
(-)krename-2.3.0-clean/krename/wizard.h (+1 lines)
Lines 26-31 Link Here
26
26
27
// OS includes
27
// OS includes
28
#include <vector>
28
#include <vector>
29
using std::vector;
29
30
30
class KIntNumInput;
31
class KIntNumInput;
31
class KMyHistoryCombo;
32
class KMyHistoryCombo;

Return to bug 3432