commit | f585e2638bbd137762988742fc2cbe613293dc58 | [log] [tgz] |
---|---|---|
author | Kaido Kert <kaidokert@google.com> | Mon Jun 08 11:42:28 2020 -0700 |
committer | Kaido Kert <kaidokert@google.com> | Mon Jun 08 18:39:54 2020 -0700 |
tree | 8548fc3ff6691a91d772b8033c74d3eece196876 | |
parent | 9c08e8415ad2e80fcaf050eea4a44bde61922ab4 [diff] [blame] |
Import Cobalt 21.master.0.267507 Includes the following patches: https://cobalt-review.googlesource.com/c/cobalt/+/5630 by devin.cai@mediatek.com https://cobalt-review.googlesource.com/c/cobalt/+/5710 by p.mirgos@samsung.com https://cobalt-review.googlesource.com/c/cobalt/+/5730 by lizhi.fan@samsung.com
diff --git a/src/starboard/shared/stub/string_concat_wide.cc b/src/starboard/shared/stub/string_concat_wide.cc index 35ea63a..0ef185a 100644 --- a/src/starboard/shared/stub/string_concat_wide.cc +++ b/src/starboard/shared/stub/string_concat_wide.cc
@@ -14,8 +14,8 @@ #include "starboard/common/string.h" -int SbStringConcatWide(wchar_t* /*out_destination*/, - const wchar_t* /*source*/, - int /*destination_size*/) { +int SbStringConcatWide(wchar_t* out_destination, + const wchar_t* source, + int destination_size) { return 0; }