Revision c5947808 vl.c

b/vl.c
4806 4806

  
4807 4807
    len = GetModuleFileName(NULL, buf, sizeof(buf) - 1);
4808 4808
    if (len == 0) {
4809
        return len;
4809
        return NULL;
4810 4810
    }
4811 4811

  
4812 4812
    buf[len] = 0;

Also available in: Unified diff