Skip to content

CID 227960: Arguments in wrong order

Ghost User requested to merge (removed):CID-227960 into gimp-2-10

Swapped arguments: col is passed to row, row is passed to col.

Please check /libgimp/gimpdrawable.c, at line: 150

GimpTile *
gimp_drawable_get_tile (GimpDrawable *drawable,
                        gboolean      shadow,
                        gint          row,
                        gint          col)

Discovered by Coverity Scan.

Edited by Jehan

Merge request reports