View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
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 | ||||||||
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. | ||||||||
Tags | No tags attached. | ||||||||
Project | Kitware | ||||||||
Type | incorrect functionality | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0028358) David Gobbi (developer) 2012-03-14 15:45 |
commit ecb8ac608fc1c28f46a1d2f470e3c49ce34c6603 Author: David Gobbi <david.gobbi@gmail.com> Date: Wed Mar 14 09:40:56 2012 -0600 BUG 0012996: Remove debug code from vtkSortFileNames.cxx. An "if" was disabled by debug code, this should have been removed in commit 38c8cd8a (on July 6 2006!) but was overlooked. Thanks to Leila Baghdadi for identifying the problem. Change-Id: I61c39acdb6ba231bc49ba9659b67a736d2841764 |
(0028406) David Gobbi (developer) 2012-03-29 16:00 |
Fixed in commit ecb8ac60 (Mar 14, 2012). Included in 5.10 release. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |