Subversion Repositories spk

Rev

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

Rev 223 Rev 226
Line 8186... Line 8186...
8186
			if (!readFirst)
8186
			if (!readFirst)
8187
				readFirst = true;
8187
				readFirst = true;
8188
			else
8188
			else
8189
			{
8189
			{
8190
				Utils::WString t = str.tokens(L";", -2);
8190
				Utils::WString t = str.tokens(L";", -2);
8191
				while (t.right(1) == ";")
8191
				while (t.right(1) == L";")
8192
					t.truncate((int)t.length() - 1);
8192
					t.truncate((int)t.length() - 1);
8193
				list.pushBack(t, str);
8193
				list.pushBack(t, str);
8194
			}
8194
			}
8195
		}
8195
		}
8196
 
8196
 
Line 9360... Line 9360...
9360
		UnzipItem(hz, zi, iBuf, ze.unc_size);
9360
		UnzipItem(hz, zi, iBuf, ze.unc_size);
9361
 
9361
 
9362
		Utils::WString Name(ze.name);
9362
		Utils::WString Name(ze.name);
9363
 
9363
 
9364
		// if its the data file, dont add it, but extract to get settings from
9364
		// if its the data file, dont add it, but extract to get settings from
9365
		if ( Name.Compare("pluginmanager.txt") )
9365
		if ( Name.Compare(L"pluginmanager.txt") )
9366
		{
9366
		{
9367
			this->readArchiveData(iBuf, ze.unc_size, archive);
9367
			this->readArchiveData(iBuf, ze.unc_size, archive);
9368
			delete[] iBuf;
9368
			delete[] iBuf;
9369
		}
9369
		}
9370
		else
9370
		else