decode_mixed() writes its output into a 'char *' buffer that's passed in to it and then returns that buffer. Some excessively paranoid error checking forced to return 'const char *'. Relax that and use 'char *' so callers can work with the result without extra casts.
107 KiB
107 KiB