Change a FIXME into a TODO

This commit is contained in:
Pierre Pronchery 2018-04-21 22:42:01 +02:00
parent fc47c98fc2
commit cf3cea7985

View File

@ -1006,7 +1006,7 @@ static String const * _translation_strip_encoding(MimeHandler * handler,
String const * ret;
String * p;
/* FIXME really strip the encoding */
/* TODO really strip the encoding */
if((p = string_new_append(key, "[", locale, "]", NULL)) == NULL)
return NULL;
ret = config_get(handler->config, SECTION, p);