Fixed typo
authorceriel <none@none>
Thu, 14 Mar 1991 13:46:53 +0000 (13:46 +0000)
committerceriel <none@none>
Thu, 14 Mar 1991 13:46:53 +0000 (13:46 +0000)
modules/src/idf/idf_pkg.body

index 316d88b..4daa4ff 100644 (file)
@@ -38,7 +38,7 @@ IDF_new(tg, size, cpy)
                pidf = (struct idf *) Malloc(NIDS * sizeof (struct idf));
        }
 
-       id = *pidf;
+       id = pidf;
        pidf++;
        *id = null_idf;