Merge branch 'master' of github.com:openscad/openscad

stl_dim
Marius Kintel 2011-01-21 20:28:20 +01:00
commit 6a9744d80a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}