@ -267,6 +267,7 @@ bool tns_load(tns_t *tns, int n, const fileinfo_t *file,
zw=(float)THUMB_SIZE/(float)w;
zh=(float)THUMB_SIZE/(float)h;
z=MIN(zw,zh);
z=MIN(z,1.0);
t->w=z*w;
t->h=z*h;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.