diff options
| author | Konstantin <const@const.me> | 2023-02-03 19:01:04 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-02-03 19:01:04 +0100 |
| commit | 3f3a9a156736d4da0339b3c2d9b042f4ed7c7fb2 (patch) | |
| tree | c3a4ba4291cb9fd6fae27d1e86c5ec26578aa6a2 /Examples/WhisperDesktop/Utils/logger.h | |
| parent | 3ba8e6389679007445f4fc1c52439cb0df3ddba0 (diff) | |
Refactor, removed a redundant function
Diffstat (limited to 'Examples/WhisperDesktop/Utils/logger.h')
| -rw-r--r-- | Examples/WhisperDesktop/Utils/logger.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
