ossp-pkg/val/val_test.c 1.2 -> 1.3
--- val_test.c 2002/01/16 16:14:14 1.2
+++ val_test.c 2002/01/24 11:05:01 1.3
@@ -160,7 +160,7 @@
if (testint != testintout)
die("testint/testintout compare #2");
- /* register variable under second val_t and name it "quux3" - OO method */
+ /* register variable under first val_t and name it "quux3" - OO method */
if ((rc = val_reg(v1, "baz.quux3", VAL_TYPE_INT, "quux3 variable", (void *)&testint)) != VAL_OK)
die("val_reg() #5");
|
|