From 8d8848e882aaf8ed92a9e919505f478ff1f5ce05 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Sun, 7 Aug 2022 08:13:49 +0200 Subject: Fixed windows-only out_of_range crash --- src/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/time.h') diff --git a/src/time.h b/src/time.h index 637b111..ba803bd 100755 --- a/src/time.h +++ b/src/time.h @@ -98,7 +98,7 @@ std::string timeprint(const moment input_moment); std::string timeprint(const moment input_moment, bool clockonly); std::string timeprint(const timeblock input_timeblock); std::string timeprint(const timeblock input_timeblock, bool clockonly); -long sortable_time(const timeblock input_timeblock); +long long sortable_time(const timeblock input_timeblock); moment timeinput(moment input_moment); moment timeinput(); -- cgit v1.2.1