Adjust to master (rename vsc class -> category)

parent afa202a8
...@@ -412,7 +412,7 @@ vf_find(struct vsm *vsm, struct vsm_fantom *vf, unsigned *vsm_off) ...@@ -412,7 +412,7 @@ vf_find(struct vsm *vsm, struct vsm_fantom *vf, unsigned *vsm_off)
u = 0; u = 0;
memset(&lvf, 0, sizeof lvf); memset(&lvf, 0, sizeof lvf);
VSM_FOREACH(vf, vsm) { VSM_FOREACH(vf, vsm) {
if (strcmp(vf->class, VSM_CLASS_SLASH)) if (strcmp(vf->category, VSM_CLASS_SLASH))
continue; continue;
u++; u++;
if (u <= *vsm_off) if (u <= *vsm_off)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment