mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 05:22:40 +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 */
|
||||
|
||||
@@ -2701,4 +2701,4 @@ tiff_dialog_show_reduced (GtkWidget *toggle,
|
||||
|
||||
TIFFReadDirectory (pages->tif);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user