projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f00ea40
)
print prefix in error message
author
root
<devnull@localhost>
Thu, 18 Jul 1996 16:07:33 +0000
(16:07 +0000)
committer
root
<devnull@localhost>
Thu, 18 Jul 1996 16:07:33 +0000
(16:07 +0000)
CVS patchset: 889
CVS date: 1996/07/18 16:07:33
build/files.c
patch
|
blob
|
history
diff --git
a/build/files.c
b/build/files.c
index
095ce1a
..
df7a72d
100644
(file)
--- a/
build/files.c
+++ b/
build/files.c
@@
-521,7
+521,8
@@
static int add_file(struct file_entry **festack, const char *name,
prefixTest++;
}
if (*prefixPtr) {
- error(RPMERR_BADSPEC, "File doesn't match prefix: %s", name);
+ error(RPMERR_BADSPEC, "File doesn't match prefix (%s): %s",
+ prefix, name);
return 0;
}
}