diff options
author | meta <s@w23.at> | 2011-01-21 21:09:18 (GMT) |
---|---|---|
committer | meta <s@w23.at> | 2011-01-21 21:09:18 (GMT) |
commit | 52a474eb5213cfdda7b4825d51861de27b48954f (patch) | |
tree | 68844b571bc1a497119de8553c7c96385dda87e0 /scripts/chrpath_linux.c | |
parent | 94748bb8d2cb9943f2cfb0accb71fd64f73584fc (diff) | |
parent | 69b48597eae52f9e2cf0dd7273a87287c97002b2 (diff) |
Merge branch 'master' of https://github.com/meta23/openscad
Conflicts:
openscad.pro
Diffstat (limited to 'scripts/chrpath_linux.c')
-rw-r--r-- | scripts/chrpath_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/chrpath_linux.c b/scripts/chrpath_linux.c index 000244a..685913c 100644 --- a/scripts/chrpath_linux.c +++ b/scripts/chrpath_linux.c @@ -476,7 +476,7 @@ elf_open(const char *filename, int flags, Elf_Ehdr *ehdr) if (ehdr->e_phentsize != sizeof(Elf_Phdr)) { fprintf(stderr, "section size was read as %d, not %d!\n", - ehdr->e_phentsize, sizeof(Elf_Phdr)); + ehdr->e_phentsize, (int)sizeof(Elf_Phdr)); close(fd); return -1; } |