diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/make-fingerprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/make-fingerprint.c b/lib-src/make-fingerprint.c index b0a51abf290..38a33576148 100644 --- a/lib-src/make-fingerprint.c +++ b/lib-src/make-fingerprint.c | |||
| @@ -80,7 +80,7 @@ main (int argc, char **argv) | |||
| 80 | struct sha256_ctx ctx; | 80 | struct sha256_ctx ctx; |
| 81 | sha256_init_ctx (&ctx); | 81 | sha256_init_ctx (&ctx); |
| 82 | 82 | ||
| 83 | char *prog = prog; | 83 | char *prog = argv[0]; |
| 84 | char *file = argv[optind]; | 84 | char *file = argv[optind]; |
| 85 | if (argc - optind != 1) | 85 | if (argc - optind != 1) |
| 86 | { | 86 | { |