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.
gentoo-overlay/media-sound/splay/files/splay-0.9.5.2-external-id3l...

18 lines
583 B

--- splay-0.9.5.2/apps/splay.cc
+++ splay-0.9.5.2/apps/splay.cc
@@ -184,9 +184,11 @@
delete mytag;
}
- catch(ID3_Error &err){
- cout << err.GetErrorFile() << " (" << err.GetErrorLine() << "): "
- << err.GetErrorType() << ": " << err.GetErrorDesc() << endl;
+// catch(ID3_Error &err){
+ catch(...){
+ cout << "Error found (GetError functions disabled)" << endl;
+// cout << err.GetErrorFile() << " (" << err.GetErrorLine() << "): "
+// << err.GetErrorType() << ": " << err.GetErrorDesc() << endl;
}
#endif /* HAVE_LIBID3 */
}