comparison ChangeLog @ 50:3b83fb81afc4

Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net> * README: Update credits. Apply fix from Daniel M. German: * format_canon.c (canon_read_int): Fixed error which caused a segfault under OS X. It was a casting a number as a 32 bit, when it was 16. it works in little endian, but not in big endian machines. ##### Note: GQview CVS on sourceforge is not always up to date, please use ##### ##### an offical release when making enhancements and translation updates. #####
author gqview
date Sat, 04 Jun 2005 08:06:47 +0000
parents ae627d150a6b
children 276ea4c98d33
comparison
equal deleted inserted replaced
49:ae627d150a6b 50:3b83fb81afc4
1 Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
2
3 * README: Update credits.
4
5 Apply fix from Daniel M. German:
6
7 * format_canon.c (canon_read_int): Fixed error which caused a
8 segfault under OS X. It was a casting a number as a 32
9 bit, when it was 16. it works in little endian, but not in big
10 endian machines.
11
1 Fri Jun 3 20:02:23 2005 John Ellis <johne@verizon.net> 12 Fri Jun 3 20:02:23 2005 John Ellis <johne@verizon.net>
2 13
3 * format_canon.c (canon_mknote_parse_convert): For serial number 14 * format_canon.c (canon_mknote_parse_convert): For serial number
4 conversion, use the value of the data - not the value of the pointer. 15 conversion, use the value of the data - not the value of the pointer.
5 16