R-alpha: Second patch for 0.50-a1: cut(.) fails .. -- PATCH (?!)
Ross Ihaka
ihaka@stat.auckland.ac.nz
Sat, 9 Aug 1997 08:53:33 +1200 (NZST)
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
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-