Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sebastian Schrader
Kea
Commits
6d135861
Commit
6d135861
authored
Oct 25, 2012
by
Mukund Sivaraman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[2357] Update the scaffolding which message compiler generates
parent
296e1199
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/log/compiler/message.cc
src/lib/log/compiler/message.cc
+1
-1
No files found.
src/lib/log/compiler/message.cc
View file @
6d135861
...
...
@@ -134,7 +134,7 @@ sentinel(Filename& file) {
string
name
=
file
.
name
();
string
ext
=
file
.
extension
();
string
sentinel_text
=
"__"
+
name
+
"_"
+
ext
.
substr
(
1
);
string
sentinel_text
=
name
+
"_"
+
ext
.
substr
(
1
);
isc
::
util
::
str
::
uppercase
(
sentinel_text
);
return
(
sentinel_text
);
}
...
...
Write
Preview
Markdown
is supported
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