Correct wrong string method calls (#69)
authorChristian Ullrich <chris@chrullrich.net>
Mon, 28 Oct 2024 09:49:59 +0000 (10:49 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2024 09:49:59 +0000 (05:49 -0400)
commit7adc6a1742cfdc6031b61ea24992403fe5e236c6
tree8acee4869436f22b9c1178673887a62625bd9b5f
parenta099e204ed63eb77416f0bcd9acccf6b81d72928
Correct wrong string method calls (#69)

These two calls have no effect because `std::string::empty()` only tests
for emptiness, but does not cause it as apparently intended.
pgxalib.cpp