# HG changeset patch # User reimar # Date 1165407812 0 # Node ID f9a95c04844a07541c247d8302b6cb4ce5622b1f # Parent a58943013e1d16d0830ae6516327d707f77c2f82 remove useless and incorrect const-removing cast diff -r a58943013e1d -r f9a95c04844a stream/freesdp/parser.c --- a/stream/freesdp/parser.c Wed Dec 06 12:19:30 2006 +0000 +++ b/stream/freesdp/parser.c Wed Dec 06 12:23:32 2006 +0000 @@ -984,7 +984,7 @@ char fsdp_buf[MAXSHORTFIELDLEN]; unsigned long int wuint; unsigned int i = 0; - char *lp = (char *) *p; + const char *lp = *p; /* count b= lines */ while (!strncmp (lp, "b=", 2))