date and time created 83/08/09 18:37:52 by edward
[unix-history] / usr / src / usr.bin / window / wwputs.c
index d3ba7f8..3b1ace6 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwputs.c    1.2 83/07/17";
+static char *sccsid = "@(#)wwputs.c    2.1.1.1 83/08/09";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
@@ -12,5 +12,5 @@ struct ww *w;
 
        while (*p++)
                ;
 
        while (*p++)
                ;
-       wwwrite(w, s, p - s - 1);
+       return wwwrite(w, s, p - s - 1);
 }
 }