Use g_utime for portability in AudioSource::touch_peakfile

This commit is contained in:
Paul Davis 2013-07-15 12:41:01 -04:00
parent ea0e42dee7
commit dca2774508

View file

@ -191,7 +191,7 @@ AudioSource::touch_peakfile ()
tbuf.actime = statbuf.st_atime; tbuf.actime = statbuf.st_atime;
tbuf.modtime = time ((time_t) 0); tbuf.modtime = time ((time_t) 0);
utime (peakpath.c_str(), &tbuf); g_utime (peakpath.c_str(), &tbuf);
} }
int int