| Index: talk/app/webrtc/java/jni/jni_helpers.cc
|
| diff --git a/talk/app/webrtc/java/jni/jni_helpers.cc b/talk/app/webrtc/java/jni/jni_helpers.cc
|
| index 755698e37978c65d177e43c23ae286ae454f8fe8..d5ca9d3efef72299f063428244593b0ccecfc3f4 100644
|
| --- a/talk/app/webrtc/java/jni/jni_helpers.cc
|
| +++ b/talk/app/webrtc/java/jni/jni_helpers.cc
|
| @@ -106,7 +106,7 @@ static std::string GetThreadId() {
|
| RTC_CHECK_LT(snprintf(buf, sizeof(buf), "%ld",
|
| static_cast<long>(syscall(__NR_gettid))),
|
| sizeof(buf))
|
| - << "Thread id is bigger than uint64??";
|
| + << "Thread id is bigger than uint64_t??";
|
| return std::string(buf);
|
| }
|
|
|
|
|