Joseph Myers 1b8bf35181 Fix tst-ftell-active-handler.c warning.
A recent change to libio/tst-ftell-active-handler.c (postdating my
last check for warnings on x86) introduced a format warning from a
long int variable used with a %zu format.  This patch fixes it by
using %ld for the format to match the variable.

Tested for x86.

	* libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
	format for long int variable.
2014-12-10 16:03:23 +00:00
..
2014-11-12 16:22:51 +00:00
2014-12-04 08:45:55 +05:30
2014-11-12 16:22:51 +00:00
2014-12-04 08:45:55 +05:30
2014-11-12 16:22:51 +00:00
2014-11-24 15:03:45 +05:30
2014-12-04 08:45:55 +05:30