Introduction
Introduction Statistics Contact Development Disclaimer Help
tneeded cast - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 1cab7105bdf836219f10a6a25c6ef248b004df31
parent 44e41b1f3a2f9313b770cd6808e5ad8549aa7110
Author: rsc <devnull@localhost>
Date: Wed, 13 Jul 2005 03:53:34 +0000
needed cast
Diffstat:
M src/cmd/auth/ssh-agent.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/cmd/auth/ssh-agent.c b/src/cmd/auth/ssh-agent.c
t@@ -252,7 +252,7 @@ getstr(Msg *m)
p--;
memmove(p, p+1, n);
p[n] = 0;
- return p;
+ return (char*)p;
}
mpint*
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.