Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Also reset field precision
  • Loading branch information
uclaros authored and nyalldawson committed Sep 27, 2021
1 parent 2011ffb commit e98c916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmmergevector.cpp
Expand Up @@ -164,6 +164,7 @@ QVariantMap QgsMergeVectorAlgorithm::processAlgorithm( const QVariantMap &parame
destField.setType( QVariant::String );
destField.setSubType( QVariant::Invalid );
destField.setLength( 0 );
destField.setPrecision( 0 );
}
break;
}
Expand Down

0 comments on commit e98c916

Please sign in to comment.