Commit 523c5aae authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3202 fix =- typo refs[t:3202]

git-svn-id: file:///svn/toku/tokudb@27499 c7de825b-a66e-492c-adef-691d508d4ae1
parent c3f7420d
......@@ -925,7 +925,7 @@ int add_row (struct rowset *rows, DBT *key, DBT *val)
if (rows->data == NULL) {
result = errno;
rows->data = old_data;
rows->n_bytes_limit =- old_n_bytes_limit;
rows->n_bytes_limit = old_n_bytes_limit;
return result;
}
}
......
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