diff options
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_preparedstatement.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_preparedstatement.cxx b/connectivity/source/drivers/postgresql/pq_preparedstatement.cxx index 808f30b03a14..13fbcdf03579 100644 --- a/connectivity/source/drivers/postgresql/pq_preparedstatement.cxx +++ b/connectivity/source/drivers/postgresql/pq_preparedstatement.cxx @@ -305,7 +305,7 @@ sal_Bool PreparedStatement::execute( ) // Only snafu is giving the types of the parameters and // that it needs $1, $2, etc instead of "?" -// printf( "Splitted %d %s\n" , i , str.getStr() ); +// printf( "Split %d %s\n" , i , str.getStr() ); if( isQuoted( str ) ) { buf.append( str ); |