| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | 
| ID | Project | Category | View Status | Date Submitted | Last Update | 
| 0000055 | Z.C++ | [All Projects] Backend/Core | public | 2011-02-06 18:15 | 2011-02-14 19:11 | 
|  | 
| Reporter | zaimoni |  | 
| Assigned To | zaimoni |  | 
| Priority | normal | Severity | minor | Reproducibility | N/A | 
| Status | resolved | Resolution | fixed |  | 
| Platform |  | OS |  | OS Version |  | 
| Product Version | 0.0.7 |  | 
| Target Version | 0.0.8 | Fixed in Version | 0.0.8 |  | 
|  | 
| Summary | 0000055: Convert this kind of fragment to a function and condense | 
| Description | 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);
 | 
| Tags | No tags attached. | 
|  | 
| Attached Files |  | 
|  |