Skip to content

Commit f282b4f

Browse files
committed
libpq++ cleanup from Vince Vielhaber
1 parent 3fea625 commit f282b4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq++/pgdatabase.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Copyright (c) 1994, Regents of the University of California
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgdatabase.cc,v 1.5 1999/09/28 04:49:22 momjian Exp $
13+
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgdatabase.cc,v 1.6 1999/09/28 12:59:29 momjian Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -63,7 +63,7 @@ return PQntuples(pgResult);
6363

6464
int PgDatabase::CmdTuples()
6565
{
66-
return PQcmdTuples (PGresult);
66+
return PQcmdTuples (pgResult);
6767
}
6868

6969

0 commit comments

Comments
 (0)