Skip to content
Snippets Groups Projects
Commit dc19d304 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(prot_a_parse_misc_info): Added a cast to make apcc happy.

parent e9bcd368
Branches
Tags
No related merge requests found
/* /*
* $Id: prot-a-parse.c,v 0.16 1994/04/05 08:03:22 ceder Exp $ * $Id: prot-a-parse.c,v 0.17 1994/10/22 13:02:51 ceder Exp $
* Copyright (C) 1991, 1992, 1993 Lysator Academic Computer Association. * Copyright (C) 1991, 1992, 1993 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* BUG: Not all functions are used, I think. /ceder * BUG: Not all functions are used, I think. /ceder
*/ */
static char *rcsid = "$Id: prot-a-parse.c,v 0.16 1994/04/05 08:03:22 ceder Exp $"; static char *rcsid = "$Id: prot-a-parse.c,v 0.17 1994/10/22 13:02:51 ceder Exp $";
#include "rcs.h" #include "rcs.h"
USE(rcsid); USE(rcsid);
...@@ -256,7 +256,7 @@ prot_a_parse_misc_info(Connection *client, ...@@ -256,7 +256,7 @@ prot_a_parse_misc_info(Connection *client,
switch ( client->struct_parse_pos ) switch ( client->struct_parse_pos )
{ {
case 0: case 0:
result->type = prot_a_parse_long(client); result->type = (Info_type)prot_a_parse_long(client);
client->struct_parse_pos = 1; client->struct_parse_pos = 1;
/* Fall through */ /* Fall through */
case 1: case 1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment