changeset 703 | a23be6984256 |
parent 694 | c3fbb20e86f0 |
child 705 | 67449e76cb84 |
--- a/imgtools/romtools/rofsbuild/r_build.cpp Wed Nov 17 16:47:55 2010 +0800 +++ b/imgtools/romtools/rofsbuild/r_build.cpp Thu Nov 18 13:41:24 2010 +0800 @@ -1082,7 +1082,7 @@ if (overflow) { // need to check if the compressed file will fit in the image - //TODO the checking will slow down the build process, should do it later along with the writing on aDest. + TUint32 compressedSize; char * buffer = new char [size]; #if defined(__LINUX__)