fix typo in c212c16eb
[ardour.git] / libs / ardour / audiosource.cc
index 737a206c74ecb110e76abccb506b0fc72b22145c..3c6d4f81b869bd878ddf483f06b3d2b7175986c0 100644 (file)
@@ -182,7 +182,7 @@ AudioSource::touch_peakfile ()
        struct utimbuf tbuf;
 
        tbuf.actime = statbuf.st_atime;
-       tbuf.modtime = time ((time_t) 0);
+       tbuf.modtime = time ((time_t*) 0);
 
        utime (peakpath.c_str(), &tbuf);
 }