Bug#390875: gs-gpl: patch to make qsort call in src/gxfcopy.c 64-bit clean

2006-10-13 Thread Frank Küster
tags 390875 -moreinfo tags 390875 -unreproducible thanks Andreas Jochens [EMAIL PROTECTED] wrote: the attached patch changes the qsort function call in src/gxfcopy.c so that it becomes 64-bit clean. Without this patch, the code segfaults when qsort calls the compare_glyph_names function

Bug#390875: gs-gpl: patch to make qsort call in src/gxfcopy.c 64-bit clean

2006-10-11 Thread Andreas Jochens
tags 390875 +patch thanks Hello, the attached patch changes the qsort function call in src/gxfcopy.c so that it becomes 64-bit clean. Without this patch, the code segfaults when qsort calls the compare_glyph_names function because sizeof(int) == 4 but sizeof(gs_copied_glyph_name_t*) == 8 on