Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(737)

Unified Diff: src/platform-win32.cc

Issue 13093: Fixed d8 on leopard. (Closed)
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/platform-macos.cc ('K') | « src/platform-macos.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform-win32.cc
diff --git a/src/platform-win32.cc b/src/platform-win32.cc
index bd65dde6ed8b9e9ca0bf7d13c9a7f2d9e7f4b848..72fab1bf7b2db4e75b4b2a87fe1d4232739a9cdf 100644
--- a/src/platform-win32.cc
+++ b/src/platform-win32.cc
@@ -695,7 +695,7 @@ void OS::StrNCpy(Vector<char> dest, const char* src, size_t n) {
}
-char *OS::StrDup(const char* str) {
+char* OS::StrDup(const char* str) {
Erik Corry 2008/12/03 13:43:22 Wot no strndup?
return _strdup(str);
}
« src/platform-macos.cc ('K') | « src/platform-macos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698