diff -r 5c1e3c6aa4ef -r b12f3922a74f camerauis/cameraxui/cxengine/src/cxefilenamegeneratorsymbian.cpp --- a/camerauis/cameraxui/cxengine/src/cxefilenamegeneratorsymbian.cpp Fri Jun 11 13:26:48 2010 +0300 +++ b/camerauis/cameraxui/cxengine/src/cxefilenamegeneratorsymbian.cpp Wed Jun 23 17:59:54 2010 +0300 @@ -48,7 +48,10 @@ const char MAX_CHAR = 'Z'; const TInt64 KMinRequiredSpaceImage = 2000000; -const TInt64 KMinRequiredSpaceVideo = 4000000; + +// Whether there's enough space for video or not is handled lower in the SW stack +// so this is set to 0 to fix an error +const TInt64 KMinRequiredSpaceVideo = 0;