mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.1 KiB

  1. diff -urN -x '*~' mp3info-0.8.4/gmp3info.c mp3info-0.8.4-gcc-3.3.1/gmp3info.c
  2. --- mp3info-0.8.4/gmp3info.c 2001-07-16 11:17:16.000000000 +0200
  3. +++ mp3info-0.8.4-gcc-3.3.1/gmp3info.c 2003-08-19 22:49:53.000000000 +0200
  4. @@ -79,8 +79,6 @@
  5. mp3.id3.genre[0]=gget_genre(tmp);
  6. strcpy(tmp,gtk_entry_get_text(GTK_ENTRY(id3win_text_track)));
  7. mp3.id3.track[0]=atoi(tmp);
  8. - if (mp3.id3.track[0] > 255)
  9. - mp3.id3.track[0]=255;
  10. write_tag(&mp3);
  11. }
  12. @@ -484,12 +482,12 @@
  13. }
  14. void about_mp3info(void) {
  15. - quick_popup(VERSION,"MP3Info
  16. - An ID3 Tag Editor\n\n
  17. - Original author: Ricardo Cerqueira <rmc@plug.pt>
  18. - Current maintainer: Cedric Tefft <cedric@earthling.net>
  19. - GTK Version: Ricardo Cerqueira <rmc@plug.pt>\n\n
  20. - Ricardo Cerqueira, Cedric Tefft 1999-2001\n\n");
  21. + quick_popup(VERSION,"MP3Info\n"
  22. +" An ID3 Tag Editor\n\n"
  23. +" Original author: Ricardo Cerqueira <rmc@plug.pt>\n"
  24. +" Current maintainer: Cedric Tefft <cedric@earthling.net>\n"
  25. +" GTK Version: Ricardo Cerqueira <rmc@plug.pt>\n\n"
  26. +" Ricardo Cerqueira, Cedric Tefft 1999-2001\n\n");
  27. }
  28. /* rmcc has left the building */