Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 454146 | Differences between
and this patch

Collapse All | Expand All

(-)sassena-1.4.2_org/src/sample/frames.cpp (+1 lines)
Lines 298-303 Link Here
298
	dcdfile.seekg(marker,ios_base::cur);
298
	dcdfile.seekg(marker,ios_base::cur);
299
	dcdfile.read((char*) &marker,sizeof(int32_t));
299
	dcdfile.read((char*) &marker,sizeof(int32_t));
300
300
301
    using boost::uint32_t;
301
	uint32_t noa;
302
	uint32_t noa;
302
	dcdfile.read((char*) &marker,sizeof(int32_t));
303
	dcdfile.read((char*) &marker,sizeof(int32_t));
303
	dcdfile.read((char*) &noa,sizeof(uint32_t));
304
	dcdfile.read((char*) &noa,sizeof(uint32_t));

Return to bug 454146