Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: handle_get_length cause crash (Read 2104 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

handle_get_length cause crash

In what cases this code may crash, what's wrong? On my system this code works properly, but there is bugreports...
Code: [Select]
virtual void on_playback_new_track(metadb_handle * track){
   double length = 0;
   if(track)
       length = track->handle_get_length();
}
My English is very good!
...in comparison with my Korean language...