From 51ca375e7e640c6f1441d74abcda731ef7306d0c Mon Sep 17 00:00:00 2001 From: Ulf Möller Date: Sun, 30 Jan 2000 23:33:40 +0000 Subject: Seek out and destroy another evil cast. --- apps/s_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/s_server.c') diff --git a/apps/s_server.c b/apps/s_server.c index bbb651b6ea..ac86a8ab4d 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -336,7 +336,7 @@ static int ebcdic_write(BIO *b, char *in, int inl) num = num + num; /* double the size */ if (num < inl) num = inl; - Free((char*)wbuf); + Free(wbuf); wbuf=(EBCDIC_OUTBUFF *)Malloc(sizeof(EBCDIC_OUTBUFF) + num); wbuf->alloced = num; -- cgit v1.2.3