commit | bed8f7307e88e0df62f863e1018681f373e0c6cd | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Mon Jan 26 16:34:37 2015 -0800 |
committer | Adam Langley <agl@google.com> | Mon Jan 26 16:34:37 2015 -0800 |
tree | d0e86dc4d01975ec488fd0fcce047ee13cff557e | |
parent | cca4d5991f8319c967b3e3187e8a3a2cd162d702 [diff] [blame] |
Fix build after mistake addressing comments in cca4d599. My screwup—I didn't rebuild before submitting :( Change-Id: If3e1a5cc5bdf6cacb94bc23896619796b22bd9d2
diff --git a/tool/digest.cc b/tool/digest.cc index 93058ed..224b79c 100644 --- a/tool/digest.cc +++ b/tool/digest.cc
@@ -355,7 +355,7 @@ break; } - if (arg[0] == "-") { + if (arg == "-") { // "-" ends the argument list and indicates that stdin should be used. sources.push_back(Source(Source::STDIN)); break;