BUG=1003 Review URL: https://webrtc-codereview.appspot.com/941004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3003 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -474,7 +474,7 @@ void TraceImpl::AddMessageToList(
|
||||
_level[_activeQueue][_nextFreeIdx[_activeQueue]] = kTraceWarning;
|
||||
_length[_activeQueue][_nextFreeIdx[_activeQueue]] = strlen(warning_msg);
|
||||
memcpy(_messageQueue[_activeQueue][_nextFreeIdx[_activeQueue]],
|
||||
warning_msg, _length[_activeQueue][idx]);
|
||||
warning_msg, strlen(warning_msg));
|
||||
_nextFreeIdx[_activeQueue]++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user