--- psiconv/trunk/lib/psiconv/parse_simple.c 1999/10/03 21:10:47 2 +++ psiconv/trunk/lib/psiconv/parse_simple.c 2000/12/13 16:30:21 63 @@ -1,6 +1,6 @@ /* parse_simple.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999 Frodo Looijaard + Copyright (c) 1999, 2000 Frodo Looijaard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -104,7 +104,7 @@ len = 2; psiconv_debug(lev+2,off,"Indicator (2 bytes): %04x",res); } else if ((temp & 0x07) == 0x03) { - res = psiconv_read_u16(buf,lev+2,off) >> 3; + res = psiconv_read_u32(buf,lev+2,off) >> 3; len = 4; psiconv_debug(lev+2,off,"Indicator (4 bytes): %08x",res); } else {