瀏覽代碼

Fix build after mistake addressing comments in cca4d599.

My screwup—I didn't rebuild before submitting :(

Change-Id: If3e1a5cc5bdf6cacb94bc23896619796b22bd9d2
kris/onging/CECPQ3_patch15
Adam Langley 9 年之前
父節點
當前提交
bed8f7307e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tool/digest.cc

+ 1
- 1
tool/digest.cc 查看文件

@@ -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…
取消
儲存