Code review comment for lp:~vjsamuel/drizzle/fix-casts-drizzle-client

Revision history for this message
Olaf van der Spek (olafvdspek) wrote :

> if (!(histfile_tmp= (char*) malloc(static_cast<uint32_t>(strlen(histfile) + 5))))
> const char * start = const_cast<const char *>(set);
> return (const_cast<const char *>(str));

Are these casts necessary at all?

review: Needs Fixing

« Back to merge proposal