An unsigned int was passed through %lu instead of %u (harmless on 32bit). More seriously, a wide string was passed through %s, which means only the first byte in the string got printed (since the 2nd byte is likely 0 in UCS-2). Use %ls to include the whole string, even though it might not be renderable in the target 8bit buffer. BUG=chromium:82385 R=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/22409004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6946 4adac7df-926f-26a2-2b94-8c16560cd09d
Description
The idea is to make CMake build for WebRTC m130 version - for audio processing module
Languages
C++
90.3%
Java
2.9%
C
2.2%
Objective-C++
2%
Python
1.3%
Other
1%