gravatar
deba@inf.elte.hu
deba@inf.elte.hu
Clarifying the usage of skipSection
0 1 0
default
1 file changed with 4 insertions and 8 deletions:
↑ Collapse diff ↑
Show white space 2 line context
... ...
@@ -1141,5 +1141,5 @@
1141 1141
      readLine();
1142
      skipSection();
1142 1143

	
1143 1144
      while (readSuccess()) {
1144
	skipSection();
1145 1145
	try {
... ...
@@ -1180,4 +1180,3 @@
1180 1180
	      it->second->process(*_is, line_num);
1181
	      readLine();
1182
	    } else {
1181
	    }
1183 1182
	      readLine();
... ...
@@ -1185,3 +1184,2 @@
1185 1184
	    }
1186
	  }
1187 1185
	} catch (DataFormatError& error) {
... ...
@@ -1983,5 +1981,5 @@
1983 1981
      readLine();
1982
      skipSection();
1984 1983

	
1985 1984
      while (readSuccess()) {
1986
	skipSection();
1987 1985
	try {
... ...
@@ -2022,4 +2020,3 @@
2022 2020
	      it->second->process(*_is, line_num);
2023
	      readLine();
2024
	    } else {
2021
	    }
2025 2022
	      readLine();
... ...
@@ -2027,3 +2024,2 @@
2027 2024
	    }
2028
	  }
2029 2025
	} catch (DataFormatError& error) {
0 comments (0 inline)