Commit 272fc79
crypto: fix format warning in AdditionalConfig
Fixes warning: format ‘%lu’ expects argument of type ‘long unsigned
int’, but argument 4 has type ‘size_t {aka unsigned int}`
Co-authored-by: Anna Henningsen <github@addaleax.net>
PR-URL: #36060
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 27f1bc0 commit 272fc79Copy full SHA for 272fc79
File tree
Expand file treeCollapse file tree
1 file changed
+6
-5
lines changedOpen diff view settings
Filter options
- src/crypto
Expand file treeCollapse file tree
1 file changed
+6
-5
lines changedOpen diff view settings
Collapse file
src/crypto/crypto_keygen.cc
Copy file name to clipboardExpand all lines: src/crypto/crypto_keygen.cc+6-5Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
| 5 | + |
5 | 6 | |
6 | 7 | |
7 | 8 | |
| ||
67 | 68 | |
68 | 69 | |
69 | 70 | |
70 | | - |
71 | | - |
72 | | - |
73 | | - |
74 | | - |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
75 | 76 | |
76 | 77 | |
77 | 78 | |
|
0 commit comments