Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 531528 | Differences between
and this patch

Collapse All | Expand All

(-)a/libio/wfileops.c (+1 lines)
Lines 711-716 do_ftell_wide (_IO_FILE *fp) Link Here
711
		return WEOF;
711
		return WEOF;
712
712
713
	      offset += outstop - out;
713
	      offset += outstop - out;
714
	      free (out);
714
	    }
715
	    }
715
716
716
	  /* We don't trust _IO_read_end to represent the current file offset
717
	  /* We don't trust _IO_read_end to represent the current file offset

Return to bug 531528