mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 17:52:42 +02:00
file-tiff-load: fix mismatching variable type
This commit is contained in:
@@ -1297,8 +1297,8 @@ load_image (GFile *file,
|
||||
|
||||
/* any resolution info in the file? */
|
||||
{
|
||||
gfloat xres = 72.0;
|
||||
gfloat yres = 72.0;
|
||||
gdouble xres = 72.0;
|
||||
gdouble yres = 72.0;
|
||||
gushort read_unit;
|
||||
GimpUnit unit = GIMP_UNIT_PIXEL; /* invalid unit */
|
||||
|
||||
|
Reference in New Issue
Block a user