Index: xvfs.c.rvt ================================================================== --- xvfs.c.rvt +++ xvfs.c.rvt @@ -153,11 +153,11 @@ resultLength = fileInfo->size - start; } else { resultLength = MIN(fileInfo->size - start, *length); } *length = resultLength; - + /* * Return the data */ return(fileInfo->data.fileContents + start); }