Kaydet (Commit) cf508801 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix png fftester path

Change-Id: Ia25bc32dda97ef3413b468142176c1197bd5e8c7
üst b68362cf
......@@ -124,6 +124,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
{
SvFileStream aFileStream(out, StreamMode::READ);
vcl::PNGReader aReader(aFileStream);
ret = !!aReader.Read();
}
else if (strcmp(argv[2], "bmp") == 0)
{
......
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