diff options
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r-- | softhddevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp index f699b47..8be2e9d 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -1085,7 +1085,7 @@ int64_t cSoftHdDevice::GetSTC(void) { //dsyslog("[softhddev]%s:\n", __FUNCTION__); - return::VideoGetClock(); + return::GetSTC(); } /** |