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
CMake
CMake
Commits
32bc02d6
Commit
32bc02d6
authored
Oct 01, 2008
by
Bill Hoffman
Browse files
BUG: undo fix for 7292 because a switched file should show up as an odd thing on the dashbaord
parent
049e3da2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CTest/cmCTestUpdateHandler.cxx
View file @
32bc02d6
...
...
@@ -700,7 +700,7 @@ int cmCTestUpdateHandler::ProcessHandler()
std
::
string
upFile
=
file_update_line
.
match
(
2
);
char
mod
=
upChar
[
0
];
bool
modifiedOrConflict
=
false
;
if
(
mod
==
'X'
||
mod
==
'S'
||
mod
==
'L'
)
if
(
mod
==
'X'
||
mod
==
'L'
)
{
continue
;
}
...
...
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