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

Side by Side Diff: patches/nspr-warnings.patch

Issue 12089033: Update to NSPR 4.9.5 Beta 2, part 2: actual changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « patches/nspr-static.patch ('k') | scripts/nspr-checkout.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Index: mozilla/nsprpub/pr/src/io/prprf.c
2 ===================================================================
3 RCS file: /cvsroot/mozilla/nsprpub/pr/src/io/prprf.c,v
4 retrieving revision 3.22
5 diff -u -r3.22 prprf.c
6 --- mozilla/nsprpub/pr/src/io/prprf.c 6 Mar 2012 13:14:09 -0000 3.22
7 +++ mozilla/nsprpub/pr/src/io/prprf.c 8 May 2012 00:42:47 -0000
8 @@ -633,7 +633,7 @@
9
10 #ifdef WIN32
11 case TYPE_WSTRING:
12 - nas[cn].u.s = va_arg( ap, WCHAR* );
13 + nas[cn].u.ws = va_arg( ap, WCHAR* );
14 break;
15 #endif
16
17 @@ -675,7 +675,7 @@
18 const char *s;
19 int *ip;
20 #ifdef WIN32
21 - WCHAR *ws;
22 + const WCHAR *ws;
23 #endif
24 } u;
25 const char *fmt0;
OLDNEW
« no previous file with comments | « patches/nspr-static.patch ('k') | scripts/nspr-checkout.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698