ASF Bugzilla – Attachment 6328 Details for
Bug 19862
[PATCH] Runtime Exception in NameRecord.java
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file made from 1.10.0 developer build
namerecordpatch.txt (text/plain), 791 bytes, created by
John Lloyd
on 2003-05-12 18:12:35 UTC
(
hide
)
Description:
Patch file made from 1.10.0 developer build
Filename:
MIME Type:
Creator:
John Lloyd
Created:
2003-05-12 18:12:35 UTC
Size:
791 bytes
patch
obsolete
>--- 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)); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19862
:
6327
| 6328