ossp-pkg/var/var.c 1.23 -> 1.24
--- var.c 2001/11/19 15:56:17 1.23
+++ var.c 2001/11/19 16:05:28 1.24
@@ -186,6 +186,7 @@
for (i = 0; i < 256; ++i)
class[i] = 0;
+ //FIXME THL: shouldn't we use a "libvar" context and do this and the consistency checks only once? This is like a delay-loop ...
/* Walk through the class description and set the appropriate
entries in the array. */
|
|