[BACK]Return to rcsutil.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rcs

Diff for /src/usr.bin/rcs/rcsutil.c between version 1.46 and 1.47

version 1.46, 2017/08/29 16:47:33 version 1.47, 2020/10/14 20:07:19
Line 227 
Line 227 
                                         err(1, "%s", rcspath);                                          err(1, "%s", rcspath);
   
                                 if (strlcpy(out, rcspath, len) >= len)                                  if (strlcpy(out, rcspath, len) >= len)
                                         errx(1, "rcs_choosefile; truncation");                                          errx(1, "rcs_choosefile: truncation");
   
                                 free(suffixes);                                  free(suffixes);
                                 return (fd);                                  return (fd);

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47