|
Check-in Number:
|
1627 | |
| Date: |
2002-Jan-24 16:29:17 (local)
2002-Jan-24 15:29:17 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
Backed out changed comment. Value names are parsed, and their values are
implicitly stored lower in the cascade after all.
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from: |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/val/val_test.c 1.3 -> 1.4
--- val_test.c 2002/01/24 11:05:01 1.3
+++ val_test.c 2002/01/24 15:29:17 1.4
@@ -160,7 +160,7 @@
if (testint != testintout)
die("testint/testintout compare #2");
- /* register variable under first val_t and name it "quux3" - OO method */
+ /* register variable under second 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");
|
|