/bitfield/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/bitfield/trunk

« back to all changes in this revision

Viewing changes to src/bit_map.vala

  • Committer: Gustav Hartvigsson
  • Date: 2020-11-03 17:56:34 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20201103175634-rrwnchd5wg8ct96e
Woops
* Made add_type_v () return the value from add_type ().

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    for (uint i = 0; i < lst.length (); i++) {
51
51
      lst2[i] = lst.nth_data (i);
52
52
    }
53
 
    
54
 
    add_type (name, lst2);
55
 
    
56
 
    return false;
 
53
   
 
54
    return add_type (name, lst2);
57
55
  }
58
56
  
59
57
  /**