We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a29761 + a60717b commit abb5243Copy full SHA for abb5243
1 file changed
Common/src/CConfig.cpp
@@ -2832,7 +2832,7 @@ void CConfig::SetConfig_Parsing(char case_filename[MAX_STRING_SIZE]) {
2832
* If there is a statement after a cont. char
2833
* throw an error. ---*/
2834
2835
- if (text_line.front() != '%'){
+ if (text_line.size() && (text_line.front() != '%')){
2836
while (text_line.back() == '\\' ||
2837
(PrintingToolbox::split(text_line, '\\').size() > 1)){
2838
string tmp;
0 commit comments