loplugin: defaultparams

Change-Id: Id0a933d3507bc0f8145afa04effadf8475c8e210
This commit is contained in:
Noel Grandin
2015-08-12 15:09:36 +02:00
parent 70a30fd179
commit 8601307838
7 changed files with 28 additions and 24 deletions

View File

@@ -1427,7 +1427,7 @@ static void columnMetaData2DatabaseTypeDescription(
if( domains )
queryBuf.appendAscii( " OR " );
queryBuf.appendAscii( "oid = " );
queryBuf.append( row->getInt(12 ), 10 );
queryBuf.append( row->getInt(12 ) );
domains ++;
}
}