Kaydet (Commit) fd70beac authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

vcl wmf test: null terminate stream

Change-Id: I10342262cacbe3e3d978fee652cdbc4692f46dc4
üst fb1e8105
......@@ -54,6 +54,7 @@ void WmfTest::testNonPlaceableWmf()
dumper.filterActionType(META_POLYLINE_ACTION, false);
dumper.dump(aGDIMetaFile);
aStream->WriteChar(0);
aStream->Seek(STREAM_SEEK_TO_BEGIN);
xmlDocPtr pDoc = parseXmlStream(aStream.get());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment