comparison Items.cpp @ 229:05a2d2b35ed0

m
author Gloval
date Sun, 17 Feb 2013 17:07:52 +0400
parents 9917d3b4925e
children b9f4ff2f6c45
comparison
equal deleted inserted replaced
225:e3fd201a58f0 229:05a2d2b35ed0
242 //----- (00456D84) -------------------------------------------------------- 242 //----- (00456D84) --------------------------------------------------------
243 void ItemsTable::Initialize() 243 void ItemsTable::Initialize()
244 { 244 {
245 int i,j; 245 int i,j;
246 char* test_string; 246 char* test_string;
247 char c; 247 unsigned char c;
248 bool break_loop; 248 bool break_loop;
249 unsigned int temp_str_len; 249 unsigned int temp_str_len;
250 char* tmp_pos; 250 char* tmp_pos;
251 int decode_step; 251 int decode_step;
252 int item_counter; 252 int item_counter;
1161 if (*tmp_pos == 0) 1161 if (*tmp_pos == 0)
1162 break_loop = true; 1162 break_loop = true;
1163 *tmp_pos = 0; 1163 *tmp_pos = 0;
1164 if (temp_str_len) 1164 if (temp_str_len)
1165 { 1165 {
1166 if(i) 1166 //if(i)
1167 pClassDescriptions[i]=RemoveQuotes(test_string); 1167 pClassDescriptions[i]=RemoveQuotes(test_string);
1168 } 1168 }
1169 else 1169 else
1170 { 1170 {
1171 if (!decode_step) 1171 if (!decode_step)