X-Git-Url: https://pd.if.org/git/?p=zpackage;a=blobdiff_plain;f=src%2Fnote.c;h=3d44803f9afb80a5ecbaf3a8805ab0121669ff8e;hp=d6c9df1e5ffff8eccd7087481f93887a80f54149;hb=c6a7a36e209ea9742d460c9c0126c510ff9906e5;hpb=160587258d4032ba91ad2bc135ae611236b61f49 diff --git a/src/note.c b/src/note.c index d6c9df1..3d44803 100644 --- a/src/note.c +++ b/src/note.c @@ -19,7 +19,7 @@ void show_note(struct zpm_note *n) { printf("Package: %s\n", n->pkgid); } if (n->path) { - printf("Path: %s\n", n->pkgid); + printf("Path: %s\n", n->path); } if (n->file) { printf("Hash: %s\n", n->file);