--- NameRecord.java.orig Sat Feb 22 15:42:12 2003 +++ NameRecord.java Mon May 12 12:06:25 2003 @@ -655,7 +655,8 @@ field_14_custom_menu_text = new String(data, start_of_custom_menu_text + offset, LittleEndian.ubyteToInt(field_7_length_custom_menu)); - int start_of_description_text = start_of_custom_menu_text + field_8_length_description_text; + // int start_of_description_text = start_of_custom_menu_text + field_8_length_description_text; + int start_of_description_text = start_of_custom_menu_text + field_7_length_custom_menu; // JL field_15_description_text = new String(data, start_of_description_text + offset, LittleEndian.ubyteToInt(field_8_length_description_text));