We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbd359 commit 0a9e71eCopy full SHA for 0a9e71e
src/xutils.cpp
@@ -112,7 +112,7 @@ namespace xcpp
112
const char separator = '/';
113
#endif
114
115
- return prefix + separator + "etc" + separator + "xeus-cpp" + separator + "tags.d";
+ return prefix + "etc" + separator + "xeus-cpp" + separator + "tags.d";
116
}
117
118
std::string retrieve_tagfile_dir()
@@ -131,6 +131,6 @@ namespace xcpp
131
132
133
134
- return prefix + separator + "share" + separator + "xeus-cpp" + separator + "tagfiles";
+ return prefix + "share" + separator + "xeus-cpp" + separator + "tagfiles";
135
136
0 commit comments