mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 12:50:19 +00:00
osdep: Change timer_name to a saner type
timer_name was a (non-const) pointer to a const char array. Make the symbol the array itself.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
static double relative_time, startup_time;
|
||||
static double timebase_ratio;
|
||||
|
||||
const char *timer_name = "Darwin accurate";
|
||||
const char timer_name[] = "Darwin accurate";
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user