Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 424563
Collapse All | Expand All

(-)libpgf/src/PGFimage.cpp.orig (-1 / +1 lines)
Lines 1114-1120 Link Here
1114
	}
1114
	}
1115
1115
1116
	// update level lengths
1116
	// update level lengths
1117
	nWrittenBytes = m_encoder->UpdateLevelLength(); // return written image bytes 
1117
	nWrittenBytes += m_encoder->UpdateLevelLength(); // return written image bytes 
1118
1118
1119
	// delete encoder
1119
	// delete encoder
1120
	delete m_encoder; m_encoder = NULL;
1120
	delete m_encoder; m_encoder = NULL;

Return to bug 424563