*** ttc2ttf.cpp.org Mon Aug 30 00:48:59 2004 --- ttc2ttf.cpp Sun Aug 29 23:35:55 2004 *************** *** 79,85 **** unsigned long header_length = 0x0C + table_count * 0x10; unsigned long table_length = 0; ! for (unsigned short j = 0; j < table_count; j++) { #ifdef INTEL unsigned long length = swapl(*(unsigned long*) &buffer[table_header_offset + 0x0C + 0x0C + j * 0x10]); --- 79,86 ---- unsigned long header_length = 0x0C + table_count * 0x10; unsigned long table_length = 0; ! unsigned short j; ! for (j = 0; j < table_count; j++) { #ifdef INTEL unsigned long length = swapl(*(unsigned long*) &buffer[table_header_offset + 0x0C + 0x0C + j * 0x10]);