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
VTK
VTK
Commits
938ee340
Commit
938ee340
authored
Oct 09, 2007
by
Sebastien Barre
Browse files
ENH: bad bug bad
parent
19428fca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Utilities/kwsys/SystemTools.cxx
View file @
938ee340
...
...
@@ -3379,7 +3379,7 @@ bool SystemTools::LocateFileInDir(const char *filename,
}
temp
+=
filename_base
;
if
(
SystemTools
::
FileExists
(
filename_found
.
c_str
()))
if
(
SystemTools
::
FileExists
(
temp
.
c_str
()))
{
res
=
true
;
filename_found
=
temp
;
...
...
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