projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7caf9c
)
* lib-src/make-fingerprint.c (main): Properly initialize 'prog'
author
Philipp Stephani
<phst@google.com>
Thu, 18 Apr 2019 21:19:05 +0000
(23:19 +0200)
committer
Philipp Stephani
<phst@google.com>
Thu, 18 Apr 2019 21:19:05 +0000
(23:19 +0200)
lib-src/make-fingerprint.c
patch
|
blob
|
history
diff --git
a/lib-src/make-fingerprint.c
b/lib-src/make-fingerprint.c
index b0a51abf290e0c3779c87116f09da0277e4934ff..38a3357614899866ed78c3e87f024423021ce25f 100644
(file)
--- a/
lib-src/make-fingerprint.c
+++ b/
lib-src/make-fingerprint.c
@@
-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)
{