fix from Lindsey
authorceriel <none@none>
Thu, 24 Nov 1988 09:23:51 +0000 (09:23 +0000)
committerceriel <none@none>
Thu, 24 Nov 1988 09:23:51 +0000 (09:23 +0000)
mach/sun2/cv/cv.c
mach/sun3/cv/cv.c

index c19398f..bb1ce60 100644 (file)
@@ -392,7 +392,7 @@ put(l,sz)
        long l;
 {
        char buf[10];
-       register char *p;
+       register char *p = buf;
 
        *p++ = l >> 24;
        *p++ = l >> 16;
index c19398f..bb1ce60 100644 (file)
@@ -392,7 +392,7 @@ put(l,sz)
        long l;
 {
        char buf[10];
-       register char *p;
+       register char *p = buf;
 
        *p++ = l >> 24;
        *p++ = l >> 16;