[Xorp-hackers] ~/libxorp/heap.cc:293 missing 'const'

Mark Doll doll@tm.uka.de
Fri, 18 Nov 2005 08:44:46 +0100


Sorry for being nit-picky, but in  ~/libxorp/heap.cc:293 'char *blanks="" ;' should be 'const char *blanks="" ;'. It's in the test code, so the code is normally unused. It seems to be the only time this deprecated C++ feature is used in XORP.

Mark.