Revision 8f302cb0

b/vl.c
1253 1253

  
1254 1254
    value = endvalue = 0ULL;
1255 1255

  
1256
    optarg = get_opt_name(option, 128, optarg, ',') + 1;
1256
    optarg = get_opt_name(option, 128, optarg, ',');
1257
    if (*optarg == ',') {
1258
        optarg++;
1259
    }
1257 1260
    if (!strcmp(option, "node")) {
1258 1261
        if (get_param_value(option, 128, "nodeid", optarg) == 0) {
1259 1262
            nodenr = nb_numa_nodes;

Also available in: Unified diff