gravatar
deba@inf.elte.hu
deba@inf.elte.hu
Fix skipSection() function (ticket #193)
0 1 0
default
1 file changed with 8 insertions and 0 deletions:
↑ Collapse diff ↑
Show white space 2 line context
... ...
@@ -872,4 +872,6 @@
872 872
      }
873
      if (readSuccess()) {
873 874
      line.putback(c);
874 875
    }
876
    }
875 877

	
... ...
@@ -1701,4 +1703,6 @@
1701 1703
      }
1704
      if (readSuccess()) {
1702 1705
      line.putback(c);
1703 1706
    }
1707
    }
1704 1708

	
... ...
@@ -2228,4 +2232,6 @@
2228 2232
      }
2233
      if (readSuccess()) {
2229 2234
      line.putback(c);
2230 2235
    }
2236
    }
2231 2237

	
... ...
@@ -2569,4 +2575,6 @@
2569 2575
      }
2576
      if (readSuccess()) {
2570 2577
      line.putback(c);
2571 2578
    }
2579
    }
2572 2580

	
0 comments (0 inline)