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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- librioutil/file_list.c
0
++ librioutil/file_list.c
Lines 241-247 Link Here
241
  strncpy(flist->title,  info.data->title, 64);
241
  strncpy(flist->title,  info.data->title, 64);
242
  strncpy(flist->album,  info.data->album, 64);
242
  strncpy(flist->album,  info.data->album, 64);
243
  strncpy(flist->name,   info.data->name, 64);
243
  strncpy(flist->name,   info.data->name, 64);
244
  strncpy(flist->genre,  (char *)info.data->genre2, 22);
244
  strncpy(flist->genre,  (char *)info.data->genre2, 17);
245
245
246
  strncpy(flist->year,   (char *)info.data->year2, 4);
246
  strncpy(flist->year,   (char *)info.data->year2, 4);
247
  
247
  

Return to bug 339451