Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bill Lorensen
VTK
Commits
82dc57c3
Commit
82dc57c3
authored
Mar 19, 2012
by
Dave DeMarle
Browse files
Merge branch '0012996-vtkSortFilenames-Typo-rel' into release
Change-Id: Iff517872b49e2cd66e4e33a4928ebc13e00051b9
parents
012c45da
ecb8ac60
Changes
1
Hide whitespace changes
Inline
Side-by-side
IO/vtkSortFileNames.cxx
View file @
82dc57c3
...
...
@@ -349,7 +349,7 @@ bool vtkCompareFileNamesNumeric(const std::string& s1,
char
c1
=
s1
[
i1
++
];
char
c2
=
s2
[
i2
++
];
if
(
0
&&
(
c1
>=
'0'
&&
c1
<=
'9'
)
&&
(
c2
>=
'0'
&&
c2
<=
'9'
))
if
((
c1
>=
'0'
&&
c1
<=
'9'
)
&&
(
c2
>=
'0'
&&
c2
<=
'9'
))
{
// convert decimal numeric sequence into an integer
unsigned
int
j1
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment