fixed bug: did not convert 0 right
authorceriel <none@none>
Mon, 25 Apr 1988 18:13:32 +0000 (18:13 +0000)
committerceriel <none@none>
Mon, 25 Apr 1988 18:13:32 +0000 (18:13 +0000)
mach/proto/fp/cuf8.c

index d2b9dd0..70ee14c 100644 (file)
@@ -38,7 +38,7 @@ long  src;    /* largest possible integer to convert */
        fprintf(stderr,"CUF8(ds(%d),ss(%d),src(%D))\n\n",8,ss,i_src);
 #endif
        if (i_src == 0) {
-               zrf8(&src);
+               zrf8(&ss);
                return;
        }
                        /* ESTABLISHED THAT src != 0    */