AlexeyAB
2017-10-18 437fbb4b3a1168a0ce69525f17d0a4b31e864ec7
src/utils.c
@@ -126,6 +126,7 @@
    {
        c = next+1;
    }
   if(!next) while ((next = strchr(c, '\\'))) { c = next + 1; }
    c = copy_string(c);
    next = strchr(c, '.');
    if (next) *next = 0;