On Thu, 18 Apr 2002 12:44:21 +0200 (Westeurop�ische Sommerzeit) Marcus Hufgard <[EMAIL PROTECTED]> wrote:
MH> Hi! MH> MH> I get the next error on compiling strutil.cpp: MH> MH> The error is cannot convert 'const char *' to 'char *' in line 590 and 615. MH> MH> I know this is Borland typical :-( No, actually it's a bug in Mahogany. MH> Please change the lines to: MH> MH> char *cptr = (char *)strrchr(path.c_str(),separator); The right fix is to make cptr a "const char *" instead of "char *" - just did this and will check in soon. Thanks! VZ _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
