libgimp: fix some copy-paste bug.

Thanks to Alx for spotting this one!
This commit is contained in:
Jehan
2024-09-25 12:06:44 +02:00
parent c8664bfdd6
commit a38d3d3028

View File

@ -384,7 +384,7 @@ gimp_vector_load_procedure_run (GimpProcedure *procedure,
if (width != 0)
height = width;
else if (height != 0)
width = width;
width = height;
else
width = height = 500;
}