BSD 4_3_Tahoe release
[unix-history] / usr / src / bin / diff / diffreg.c
index 0c95e04..c289974 100644 (file)
@@ -1,4 +1,4 @@
-static char sccsid[] = "@(#)diffreg.c 4.16 3/29/86";
+static char sccsid[] = "@(#)diffreg.c 4.17 10/22/87";
 
 #include "diff.h"
 /*
 
 #include "diff.h"
 /*
@@ -305,7 +305,7 @@ splice(dir, file)
                tail = file;
        else
                tail++;
                tail = file;
        else
                tail++;
-       sprintf(buf, "%s/%s", dir, tail);
+       (void)sprintf(buf, "%s/%s", dir, tail);
        return (savestr(buf));
 }
 
        return (savestr(buf));
 }