[svn-r13544] Some minor adjustment from last round of checkin. Tested on kagiso

only because the changes are simple.
This commit is contained in:
Raymond Lu
2007-03-26 16:18:13 -05:00
parent 4eed634bcf
commit dde381add4
2 changed files with 4 additions and 5 deletions

View File

@@ -256,7 +256,7 @@ test_vlstrings_basic(void)
static void
test_vlstrings_special(void)
{
const char *wdata[SPACE1_DIM1] = {"one", "two", "", "\0"};
const char *wdata[SPACE1_DIM1] = {"", "two", "three", "\0"};
const char *wdata2[SPACE1_DIM1] = {NULL, NULL, NULL, NULL};
char *rdata[SPACE1_DIM1]; /* Information read in */
char *fill; /* Fill value */