do not start additional thread if lyrics are available locally

This commit is contained in:
Andrzej Rybczak
2009-03-27 13:21:29 +01:00
parent 1daa41bde6
commit 8ecd35051a
3 changed files with 62 additions and 67 deletions

View File

@@ -38,7 +38,7 @@
#else
# define pthread_mutex_lock(x);
# define pthread_mutex_unlock(x);
# define pthread_exit(x) return 0;
# define pthread_exit(x) return (x)
#endif // HAVE_PTHREAD_H
using namespace NCurses;