mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Use g_utime for portability in AudioSource::touch_peakfile
This commit is contained in:
parent
ea0e42dee7
commit
dca2774508
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue