AlexeyAB
2017-10-26 b714004546b97e9a43fae3e385dbefb56cecafb6
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;