mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-05 11:57:40 +03:00
Gb -> GB
This commit is contained in:
parent
6e313cb9d8
commit
eb48c20f8d
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ message_load(size_t *message_len, const char *message_file, int hashed)
|
|||
}
|
||||
assert(hashed == 0);
|
||||
if (message_len_ > (off_t) 1L << 30) {
|
||||
exit_msg("Data has to be smaller than 1 Gb. Or use the -H option.");
|
||||
exit_msg("Data has to be smaller than 1 GB. Or use the -H option.");
|
||||
}
|
||||
if ((uintmax_t) message_len_ > (uintmax_t) SIZE_MAX ||
|
||||
message_len_ < (off_t) 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue