Displaying 4 results from an estimated 4 matches for "133c133".
Did you mean:
133,33
2002 Mar 21
1
legend - bug with argument angle (PR#1404)
...is is not intended:
plot(1:10)
legend(8, 4, c("A", "B"), angle=c(10, 80), fill=NULL, density=20)
I'd suggest as a fix (legend.R of R-1.5.0):
25c25
< rect2 <- function(left, top, dx, dy, ...) {
---
> rect2 <- function(left, top, dx, dy, angle, ...) {
133c133
< rect2(left, top, dx = w, dy = h, col = bg)
---
> rect2(left, top, dx = w, dy = h, col = bg, angle = NULL)
141c141
< rect2(left=xt, top=yt+ybox/2, dx = xbox, dy = ybox, col = fill)
---
> rect2(left=xt, top=yt+ybox/2, dx = xbox, dy = ybox, col = fill, angle = angle)
U...
2003 Jul 02
2
[Bug 612] moduli.5 documentation doesn't match ssh code (off by 1)
http://bugzilla.mindrot.org/show_bug.cgi?id=612
Summary: moduli.5 documentation doesn't match ssh code (off by 1)
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
2007 Mar 17
0
Bug#395305: (no subject)
...0028==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="xendomains-name.diff"
131c131
< name=`echo "$1" | cut -c0-17`
---
> name=`echo "$1" | cut -d\ -f1`
133c133
< rest=`echo "$1" | cut -c18- `
---
> rest=`echo "$1" | cut -d\ -f2- `
--===============0382030028==--
2008 Dec 10
3
How to fix broken ogg/theora files
Hi there,
I haven't been on this list until now, so I wasn't aware of this problem until last night ;-) - sorry for that.
I am working on a patch for oggCut for that issue (looks good actually but I would like to do some testing befor I can release a patch.)
Normal players are not effected by the page time misordering, so I took this issue as "minor". The reason for the