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

Side by Side Diff: tools/valgrind/longlines.patch

Issue 159175: Use local copies of files from bug tracker (URL still in comments); avoids wg... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 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 | « tools/valgrind/fork.patch ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 --- /data/dkegel/valgrind-10414-vex-1906/coregrind/m_errormgr.c 2009-07-08 15:49 :30.000000000 -0700
2 +++ coregrind/m_errormgr.c 2009-07-08 17:17:36.000000000 -0700
3 @@ -942,7 +942,7 @@
4 */
5 static void load_one_suppressions_file ( Char* filename )
6 {
7 -# define N_BUF 200
8 +# define N_BUF 2000
9 SysRes sres;
10 Int fd, i, j, lineno = 0;
11 Bool eof;
OLDNEW
« no previous file with comments | « tools/valgrind/fork.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698