date and time created 82/02/02 23:09:47 by mckusick
[unix-history] / usr / src / usr.bin / pascal / libpc / FSAV.c
index 3e911b4..ce75849 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 /* Copyright (c) 1979 Regents of the University of California */
 
-static char sccsid[] = "@(#)FSAV.c 1.2 %G%";
+static char sccsid[] = "@(#)FSAV.c 1.3 %G%";
 
 #include "h00vars.h"
 
 
 #include "h00vars.h"
 
@@ -10,9 +10,9 @@ FSAV(entryaddr, cbn, frtn)
        long cbn;
        register struct formalrtn *frtn;
 {
        long cbn;
        register struct formalrtn *frtn;
 {
-       frtn->entryaddr = entryaddr;
-       frtn->cbn = cbn;
-       blkcpy(frtn->cbn * sizeof(struct display),
-              &_disply[1], &frtn->disp[0]);
+       frtn->fentryaddr = entryaddr;
+       frtn->fbn = cbn;
+       blkcpy(frtn->fbn * sizeof(struct display),
+              &_disply[1], &frtn->fdisp[0]);
        return frtn;
 }
        return frtn;
 }