MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012996 | VTK | (No Category) | public | 2012-03-14 10:36 | 2012-03-29 16:00 |
Reporter | leila | ||||
Assigned To | David Gobbi | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Project | Kitware | ||||
Type | incorrect functionality | ||||
Summary | 0012996: typing mistake | ||||
Description | vtkSortFileNames.cxx line 352 is written if (0 && (c1 >= '0' && c1 <= '9') && (c2 >= '0' && c2 <= '9')) whereas it should be if ((c1 >= '0' && c1 <= '9') && (c2 >= '0' && c2 <= '9')) This results in incorrect sorting of filenames and removing the extra zero solves it. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-03-14 10:36 | leila | New Issue | |||
2012-03-14 15:45 | David Gobbi | Note Added: 0028358 | |||
2012-03-14 15:45 | David Gobbi | Assigned To | => David Gobbi | ||
2012-03-14 15:45 | David Gobbi | Status | backlog => tabled | ||
2012-03-14 15:45 | David Gobbi | Resolution | open => fixed | ||
2012-03-29 16:00 | David Gobbi | Note Added: 0028406 | |||
2012-03-29 16:00 | David Gobbi | Status | tabled => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|