Fix build after mistake addressing comments in cca4d599
.
My screwup—I didn't rebuild before submitting :( Change-Id: If3e1a5cc5bdf6cacb94bc23896619796b22bd9d2
This commit is contained in:
parent
cca4d5991f
commit
bed8f7307e
@ -355,7 +355,7 @@ static bool DigestSum(const EVP_MD *md,
|
||||
break;
|
||||
}
|
||||
|
||||
if (arg[0] == "-") {
|
||||
if (arg == "-") {
|
||||
// "-" ends the argument list and indicates that stdin should be used.
|
||||
sources.push_back(Source(Source::STDIN));
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user