AlexeyAB
2017-11-08 12c1d55942a2d89ab14e131feb54645f9ce6a0e8
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;