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

Issue 14187: Allow command-line argument to fuzzy matcher for output file. (Closed)

Created:
12 years ago by Evan Martin
Modified:
9 years, 7 months ago
Reviewers:
agl
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Allow command-line argument to fuzzy matcher for output file.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M third_party/fuzzymatch/fuzzymatch.c View 4 chunks +5 lines, -1 line 2 comments Download

Messages

Total messages: 2 (0 generated)
Evan Martin
12 years ago (2008-12-17 03:11:05 UTC) #1
agl
12 years ago (2008-12-17 03:18:58 UTC) #2
LGTM

http://codereview.chromium.org/14187/diff/1/2
File third_party/fuzzymatch/fuzzymatch.c (right):

http://codereview.chromium.org/14187/diff/1/2#newcode68
Line 68: char *output_filename = "highlight.png";  /* Default output filename.
*/
const

http://codereview.chromium.org/14187/diff/1/2#newcode78
Line 78: output_filename = argv[++argi];
if (argi + 1 >= argc) {
  fprintf(stderr, "--output..."..

Powered by Google App Engine
This is Rietveld 408576698