We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e2be02 + 75a6472 commit 6c3492cCopy full SHA for 6c3492c
mountainprocess/src/scriptcontroller2.cpp
@@ -329,6 +329,7 @@ QJsonObject make_prv_object_2(QString path)
329
QJsonObject obj;
330
obj["original_path"] = path;
331
obj["original_checksum"] = MLUtil::computeSha1SumOfFile(path);
332
+ obj["original_fcs"] = "head1000-"+MLUtil::computeSha1SumOfFileHead(path,1000);
333
obj["original_size"] = QFileInfo(path).size();
334
return obj;
335
}
0 commit comments