Mercurial > mm7
diff Items.cpp @ 229:05a2d2b35ed0
m
author | Gloval |
---|---|
date | Sun, 17 Feb 2013 17:07:52 +0400 |
parents | 9917d3b4925e |
children | b9f4ff2f6c45 |
line wrap: on
line diff
--- a/Items.cpp Sun Feb 17 14:47:58 2013 +0400 +++ b/Items.cpp Sun Feb 17 17:07:52 2013 +0400 @@ -244,7 +244,7 @@ { int i,j; char* test_string; - char c; + unsigned char c; bool break_loop; unsigned int temp_str_len; char* tmp_pos; @@ -1163,7 +1163,7 @@ *tmp_pos = 0; if (temp_str_len) { - if(i) + //if(i) pClassDescriptions[i]=RemoveQuotes(test_string); } else