[Libreoffice-commits] core.git: connectivity/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Mar 29 06:06:21 UTC 2019
connectivity/source/drivers/postgresql/pq_preparedstatement.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bf1114a84176ff0683d72a541dfbf574e1344732
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Mar 27 12:41:16 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Mar 29 07:05:55 2019 +0100
Fix typo
Change-Id: I334a253dcbf6aef8b182e249605b625b89347450
Reviewed-on: https://gerrit.libreoffice.org/69908
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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 );
More information about the Libreoffice-commits
mailing list