ASF Bugzilla – Attachment 3936 Details for
Bug 14810
serialize bug in unused DBCellRecord
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
DBCellRecordPatch.txt (text/plain), 722 bytes, created by
Tony Poppleton
on 2002-11-24 17:49:02 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Tony Poppleton
Created:
2002-11-24 17:49:02 UTC
Size:
722 bytes
patch
obsolete
>Index: DBCellRecord.java >=================================================================== >RCS file: /home/cvspublic/jakarta-poi/src/java/org/apache/poi/hssf/record/DBCellRecord.java,v >retrieving revision 1.4 >diff -u -r1.4 DBCellRecord.java >--- DBCellRecord.java 21 Aug 2002 11:56:49 -0000 1.4 >+++ DBCellRecord.java 24 Nov 2002 17:43:22 -0000 > >@@ -217,7 +218,7 @@ > LittleEndian.putInt(data, 4 + offset, getRowOffset()); > for (int k = 0; k < getNumCellOffsets(); k++) > { >- LittleEndian.putShort(data, 8 + k + offset, getCellOffsetAt(k)); >+ LittleEndian.putShort(data, 8 + 2*k + offset, getCellOffsetAt(k)); > } > return getRecordSize(); > }
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 14810
: 3936