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/CaptureDlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Examples/WhisperDesktop/CaptureDlg.cpp') diff --git a/Examples/WhisperDesktop/CaptureDlg.cpp b/Examples/WhisperDesktop/CaptureDlg.cpp index 0bd86f7..95dfe3c 100644 --- a/Examples/WhisperDesktop/CaptureDlg.cpp +++ b/Examples/WhisperDesktop/CaptureDlg.cpp @@ -486,9 +486,9 @@ HRESULT CaptureDlg::appendTextFile( Whisper::iTranscribeResult* results, uint32_ if( 0 != ( (uint32_t)threadState.flags & (uint32_t)eTextFlags::Timestamps ) ) { str = "["; - printTimeStamp( str, seg.time.begin ); + printTime( str, seg.time.begin ); str += " --> "; - printTimeStamp( str, seg.time.end ); + printTime( str, seg.time.end ); str += "] "; } else -- cgit v1.2.3