* lib-src/make-fingerprint.c (main): Properly initialize 'prog'
This commit is contained in:
parent
e7caf9c744
commit
856806d30f
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ main (int argc, char **argv)
|
|||
struct sha256_ctx ctx;
|
||||
sha256_init_ctx (&ctx);
|
||||
|
||||
char *prog = prog;
|
||||
char *prog = argv[0];
|
||||
char *file = argv[optind];
|
||||
if (argc - optind != 1)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue