loplugin: defaultparams
Change-Id: Id0a933d3507bc0f8145afa04effadf8475c8e210
This commit is contained in:
@@ -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 ++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user