Merge lp://staging/~pedronis/u1db/fix-sizeof-is-not-len into lp://staging/u1db
Proposed by
Samuele Pedroni
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | dobey | ||||
Approved revision: | 438 | ||||
Merged at revision: | 438 | ||||
Proposed branch: | lp://staging/~pedronis/u1db/fix-sizeof-is-not-len | ||||
Merge into: | lp://staging/u1db | ||||
Diff against target: |
41 lines (+5/-4) 1 file modified
src/u1db_query.c (+5/-4) |
||||
To merge this branch: | bzr merge lp://staging/~pedronis/u1db/fix-sizeof-is-not-len | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
dobey (community) | Approve | ||
Review via email: mp+165351@code.staging.launchpad.net |
Commit message
fix code that was using sizeof of value_types like it was some sort of dynamic array len, use the explicit arity value instead
Description of the change
fix code that was using sizeof of value_types like it was some sort of dynamic array len, use the explicit arity value instead
To post a comment you must log in.
The attempt to merge lp:~pedronis/u1db/fix-sizeof-is-not-len into lp:u1db failed. Below is the output from the failed tests.
/bin/sh: 1: cmake: not found