Mention code duplication

This commit is contained in:
Pierre Pronchery 2013-11-24 01:37:00 +01:00
parent 9d452bfb8d
commit 390a1b5c06

View File

@ -763,6 +763,7 @@ static gboolean _on_timeout(gpointer data)
size_t i;
size_t j;
/* FIXME code duplicated from _on_idle() */
if((path = getenv("XDG_DATA_DIRS")) != NULL
&& strlen(path) > 0
&& (p = strdup(path)) != NULL)