Subversion Repositories spk

Rev

Rev 318 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 318 Rev 333
Line 6995... Line 6995...
6995
				SComponantEntry *currentSection = NULL;
6995
				SComponantEntry *currentSection = NULL;
6996
				SComponantEntry2 *currentSubSection = NULL;
6996
				SComponantEntry2 *currentSubSection = NULL;
6997
				for ( int j = 0; j < (int)lines.size(); j++ )
6997
				for ( int j = 0; j < (int)lines.size(); j++ )
6998
				{
6998
				{
6999
					Utils::WString line(lines.at(j));
6999
					Utils::WString line(lines.at(j));
-
 
7000
					if (line.empty())
-
 
7001
						continue;
7000
					if ( line[0] == '/' )
7002
					if ( line[0] == '/' )
7001
						continue;
7003
						continue;
7002
					line.removeChar('\r');
7004
					line.removeChar('\r');
7003
					line = line.removeFirstSpace();
7005
					line = line.removeFirstSpace();
7004
					line = line.removeEndSpace();
7006
					line = line.removeEndSpace();