Author: suokko
Date: Wed May 28 11:46:02 2008
New Revision: 26897
URL: http://svn.gna.org/viewcvs/wesnoth?rev=26897&view=rev
Log:
Now it compiled again :(
Modified:
branches/1.4/src/serialization/tokenizer.cpp
Modified: branches/1.4/src/serialization/tokenizer.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/src/serialization/tokenizer.cpp?rev=26897&r1=26896&r2=26897&view=diff
==============================================================================
--- branches/1.4/src/serialization/tokenizer.cpp (original)
+++ branches/1.4/src/serialization/tokenizer.cpp Wed May 28 11:46:02 2008
@@ -162,7 +162,7 @@
if (current_ == 254 &&
(peek_char() == 'l' || peek_char() ==
't')) {
next_char_fast_no_strip();
- if ((current_ == 'l' && peek_char_no_strip() ==
'i') || (current_ == 't' && peek_char_no_strip() == 'e'))
+ if ((current_ == 'l' && peek_char() == 'i') ||
(current_ == 't' && peek_char() == 'e'))
{
skip_comment();
--lineno_;
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits