K 10 svn:author V 3 jhb K 8 svn:date V 27 2010-10-12T17:12:13.013949Z K 7 svn:log V 364 MFC 213300: If an RCS file is truncated, rcsfile_getdelta() will return NULL. Instead of faulting, check for NULL. However, returning an error would cause csup to just abort the entire update. Instead, break out of the loop and return ok. The attempts to update the file will trigger a MD5 failure which will cause csup to download the entire file as a fixup. END