Merge branch 'master' into windows
[ardour.git] / libs / ardour / audiosource.cc
index e224186bd29890ac825df14cb3288ff11ac9ceef..65540d4e3dd153a8b00e9caa9068f36a143ea0bb 100644 (file)
@@ -189,7 +189,7 @@ AudioSource::touch_peakfile ()
        struct utimbuf tbuf;
 
        tbuf.actime = statbuf.st_atime;
-       tbuf.modtime = time ((time_t) 0);
+       tbuf.modtime = time ((time_t*) 0);
 
        g_utime (peakpath.c_str(), &tbuf);
 }