View | Details | Raw Unified | Return to bug 1192 | Differences between
and this patch

Collapse All | Expand All

(-)scp.c (-2 / +1 lines)
Lines 550-557 source(int argc, char **argv) Link Here
550
	struct stat stb;
550
	struct stat stb;
551
	static BUF buffer;
551
	static BUF buffer;
552
	BUF *bp;
552
	BUF *bp;
553
	off_t i, amt, statbytes;
553
	off_t i, amt, result, statbytes;
554
	size_t result;
555
	int fd = -1, haderr, indx;
554
	int fd = -1, haderr, indx;
556
	char *last, *name, buf[2048];
555
	char *last, *name, buf[2048];
557
	int len;
556
	int len;

Return to bug 1192