MantisBT - Z.C++ | |||||
| View Issue Details | |||||
| 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); | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| There are no notes attached to this issue. |