Skip to content
Snippets Groups Projects
Commit 80020e4d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Document the new SHA1-related File properties.

parent 555bc7be
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2544 passed
......@@ -2756,6 +2756,8 @@ static const char* file_prop_desc[] = {
,"calculated 32-bit checksum of file contents - <small>READ ONLY</small>"
,"calculated 128-bit MD5 digest of file contents as hexadecimal string - <small>READ ONLY</small>"
,"calculated 128-bit MD5 digest of file contents as base64-encoded string - <small>READ ONLY</small>"
,"calculated 160-bit SHA1 digest of file contents as hexadecimal string - <small>READ ONLY</small>"
,"calculated 160-bit SHA1 digest of file contents as base64-encoded string - <small>READ ONLY</small>"
,"ini style: minimum key length (for left-justified white-space padded keys)"
,"ini style: key prefix (e.g. '\t', null = default prefix)"
,"ini style: section separator (e.g. '\n', null = default separator)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment