View | Details | Raw Unified | Return to bug 43116
Collapse All | Expand All

(-)src/java/org/apache/poi/ddf/EscherBlipRecord.java (-1 / +1 lines)
Lines 92-98 Link Here
92
     */
92
     */
93
    public int getRecordSize()
93
    public int getRecordSize()
94
    {
94
    {
95
        return field_pictureData.length + 4;
95
        return field_pictureData.length + HEADER_SIZE;
96
    }
96
    }
97
97
98
    /**
98
    /**

Return to bug 43116