summaryrefslogtreecommitdiff
path: root/zen/tick_count.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/tick_count.h')
-rw-r--r--zen/tick_count.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/tick_count.h b/zen/tick_count.h
index be4839ca..d005a828 100644
--- a/zen/tick_count.h
+++ b/zen/tick_count.h
@@ -129,7 +129,7 @@ std::int64_t ticksPerSec() //return 0 on error
inline
-TickVal getTicks() //return 0 on error
+TickVal getTicks() //return !isValid() on error
{
#ifdef FFS_WIN
LARGE_INTEGER now = {};
bgstack15