Skip to content

Commit c395fd7

Browse files
author
REDMOND\jingf
committed
N/A
1 parent 924e978 commit c395fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/WinMLRunner/src/EventTraceHelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ static DWORD GetEventInformation(PEVENT_RECORD pEvent, PTRACE_EVENT_INFO& pInfo)
202202
return status;
203203
}
204204

205-
static std::wstring& TrimOperatorName(std::wstring& s)
205+
static std::wstring TrimOperatorName(std::wstring& s)
206206
{
207207
wstring substring = L"_kernel_time";
208208
int offset = (int)s.find(substring);

0 commit comments

Comments
 (0)