diff options
| author | Bruce Momjian | 1997-06-25 19:59:57 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-06-25 19:59:57 +0000 |
| commit | c6662551128e5bd3b64375c17db6aba9731e86e2 (patch) | |
| tree | 012792eca39ecb079313b93ab2d84856fc1602e2 /src/interfaces/libpq++ | |
| parent | c05a7bd972d01a2e7af901afe1069625e21f119e (diff) | |
Typo changes in tests/ examples.
Diffstat (limited to 'src/interfaces/libpq++')
| -rw-r--r-- | src/interfaces/libpq++/examples/testlibpq5.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq++/examples/testlibpq5.cc b/src/interfaces/libpq++/examples/testlibpq5.cc index 1b6d91bbf4c..878499baf44 100644 --- a/src/interfaces/libpq++/examples/testlibpq5.cc +++ b/src/interfaces/libpq++/examples/testlibpq5.cc @@ -93,8 +93,8 @@ main() << " i = (" << data.GetLength(i,i_fnum) << " bytes) " << *ival << "," << endl << " d = (" << data.GetLength(i,d_fnum) << " bytes) " << *dval << "," << endl << " p = (" << data.GetLength(i,d_fnum) << " bytes) " << pval->npts << " points" - << "\tboundbox = (hi=" << pval->boundbox.xh << "/" << pval->boundbox.yh << "," - << "lo = " << pval->boundbox.xl << "," << pval->boundbox.yl << ")" << endl; + << "\tboundbox = (hi=" << pval->boundbox.high.x << "/" << pval->boundbox.high.y << "," + << "lo = " << pval->boundbox.low.x << "," << pval->boundbox.low.y << ")" << endl; // Deallocate memory allocated for the Polygon structure free(pval); |
