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

Unified Diff: base/third_party/nspr/prtime.cc

Issue 39225: I verified that the Visual C++ 2005 bug has been fixed... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/third_party/nspr/prtime.cc
===================================================================
--- base/third_party/nspr/prtime.cc (revision 11047)
+++ base/third_party/nspr/prtime.cc (working copy)
@@ -1149,7 +1149,7 @@
and if you're wrong, it will "fix" it for you. */
localTime.tm_isdst = -1;
-#if _MSC_VER >= 1400 /* 1400 = Visual C++ 2005 (8.0) */
+#if _MSC_VER == 1400 /* 1400 = Visual C++ 2005 (8.0) */
/*
* mktime will return (time_t) -1 if the input is a date
* after 23:59:59, December 31, 3000, US Pacific Time (not
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698