From 3f3a9a156736d4da0339b3c2d9b042f4ed7c7fb2 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Fri, 3 Feb 2023 19:01:04 +0100 Subject: Refactor, removed a redundant function --- Examples/WhisperDesktop/Utils/logger.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Examples/WhisperDesktop/Utils/logger.h') diff --git a/Examples/WhisperDesktop/Utils/logger.h b/Examples/WhisperDesktop/Utils/logger.h index 07ec012..42fefde 100644 --- a/Examples/WhisperDesktop/Utils/logger.h +++ b/Examples/WhisperDesktop/Utils/logger.h @@ -33,4 +33,5 @@ HRESULT logNewSegments( const Whisper::iTranscribeResult* results, size_t newSeg void clearLastError(); bool getLastError( CString& rdi ); -void printTimeStamp( CStringA& rdi, Whisper::sTimeSpan ts ); \ No newline at end of file + +void printTime( CStringA& rdi, Whisper::sTimeSpan time, bool comma = false ); \ No newline at end of file -- cgit v1.2.3