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

Pavlin Radoslavov pavlin@icir.org
Fri, 18 Nov 2005 00:46:18 -0800


> 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.

Problem fixed and committed to CVS.

Thanks,
Pavlin