don't stat() the db to get the modtime everytime, instead store it when we read the db

git-svn-id: https://svn.musicpd.org/mpd/trunk@779 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-04-15 23:36:41 +00:00
parent be3e2f08c9
commit 5ea8e2d65b
4 changed files with 23 additions and 14 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#include <stdio.h>
#include <sys/param.h>
extern char * directorydb;
extern char * directory_db;
void readDirectoryDBIfUpdateIsFinished();