Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000055Z.C++[All Projects] Backend/Corepublic2011-02-06 18:152011-02-14 19:11
Reporterzaimoni 
Assigned Tozaimoni 
PrioritynormalSeverityminorReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version0.0.7 
Target Version0.0.8Fixed in Version0.0.8 
Summary0000055: Convert this kind of fragment to a function and condense
Descriptionchar* 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);
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2011-02-06 18:15 zaimoni New Issue
2011-02-06 18:15 zaimoni Status new => assigned
2011-02-06 18:15 zaimoni Assigned To => zaimoni
2011-02-14 19:11 zaimoni Status assigned => resolved
2011-02-14 19:11 zaimoni Fixed in Version => 0.0.8
2011-02-14 19:11 zaimoni Resolution open => fixed


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker