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 Nov 1, 2021
1 parent 15527e2 commit d63f34a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmmergevector.cpp
Expand Up @@ -157,6 +157,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 d63f34a

Please sign in to comment.