MantisBT - Z.C++
View Issue Details
0000055Z.C++[All Projects] Backend/Corepublic2011-02-06 18:152011-02-14 19:11
zaimoni 
zaimoni 
normalminorN/A
resolvedfixed 
0.0.7 
0.0.80.0.8 
0000055: Convert this kind of fragment to a function and condense
char* tmp2 = _new_buffer_nonNULL_throws<char>(ZAIMONI_LEN_WITH_NULL(tmp3.second));
memmove(tmp2,tmp_front.data()+tmp3.first,tmp3.second);
tmp.index_tokens[0].token.first = tmp2;

should be

tmp.index_tokens[0].token.first = C_string_make(tmp_front.data()+tmp3.first,tmp3.second);
No tags attached.
Issue History
2011-02-06 18:15zaimoniNew Issue
2011-02-06 18:15zaimoniStatusnew => assigned
2011-02-06 18:15zaimoniAssigned To => zaimoni
2011-02-14 19:11zaimoniStatusassigned => resolved
2011-02-14 19:11zaimoniFixed in Version => 0.0.8
2011-02-14 19:11zaimoniResolutionopen => fixed

There are no notes attached to this issue.