[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.32 and 1.33

version 1.32, 2008/01/04 13:45:24 version 1.33, 2008/05/10 20:23:24
Line 230 
Line 230 
                                 if (strlcpy(out, rcspath, len) >= len)                                  if (strlcpy(out, rcspath, len) >= len)
                                         errx(1, "rcs_choosefile; truncation");                                          errx(1, "rcs_choosefile; truncation");
   
                                   xfree(suffixes);
                                 return (fd);                                  return (fd);
                         }                          }
   
Line 254 
Line 255 
                 if (strlcpy(out, fpath, len) >= len)                  if (strlcpy(out, fpath, len) >= len)
                         errx(1, "rcs_choosefile: truncation");                          errx(1, "rcs_choosefile: truncation");
   
                   xfree(suffixes);
                 return (fd);                  return (fd);
         }          }
   

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33