Skip to content

R-alpha: Second patch for 0.50-a1: cut(.) fails .. -- PATCH (?!)

1 message · Ross Ihaka

#
From: Martin Maechler <maechler@stat.math.ethz.ch>

	Looking a bit at  src/main/dotcode.c
	(and reading Ross' explanation that it was a "variable
	initialization problem")

	I decided to 
	REPLACE line 413  in src/main/dotcode.c
	which (after the patch) reads
			*dup = 0;
	by
			*dup = 1;

Ooops!  Martin is right.  Make this change.
	Ross
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-