From 37169cccddb401c9efeac446703dff7f815b5d1d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 12 Jan 2006 00:25:13 +0000 Subject: * elf/check-textrel.c: Add missing argument. --- elf/check-textrel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf') diff --git a/elf/check-textrel.c b/elf/check-textrel.c index a39174dc3a..2b9639ff19 100644 --- a/elf/check-textrel.c +++ b/elf/check-textrel.c @@ -87,7 +87,7 @@ AB(handle_file) (const char *fname, int fd) && (SWAP (phdr[cnt].p_flags) & (PF_X | PF_W)) == (PF_X | PF_W)) { printf ("%s: segment %zu is executable and writable\n", - fname); + fname, cnt); return 1; } -- cgit v1.2.3