Skip to content
  • Owen Taylor's avatar
    On OSF, apparently fseek() works in some on-demand way, so the fseek · f1dc051b
    Owen Taylor authored
    Thu Sep 20 17:22:48 2001  Owen Taylor  <otaylor@redhat.com>
    
    	* io-tiff.c (gdk_pixbuf__tiff_image_load): On OSF, apparently fseek()
    	works in some on-demand way, so the fseek gdk_pixbuf_new_from_file() doesn't
    	work here since we are using the raw file descriptor. So, we call lseek()
    	on the fileno(f) before using it. (#60840).
    f1dc051b