changeset 626 | ac03b93ca9c4 |
parent 590 | 360bd6b35136 |
child 654 | 7c11c3d8d025 |
625:a1925fb7753a | 626:ac03b93ca9c4 |
---|---|
175 #endif |
175 #endif |
176 #endif |
176 #endif |
177 |
177 |
178 |
178 |
179 TInt build=0; |
179 TInt build=0; |
180 memset(&aVersion, sizeof(TVersion), 0); |
180 memset(&aVersion, 0, sizeof(TVersion)); |
181 TInt i; |
181 TInt i; |
182 TInt len=strlen(str); |
182 TInt len=strlen(str); |
183 for (i=0; i<len; i++) |
183 for (i=0; i<len; i++) |
184 if (str[i]=='(') |
184 if (str[i]=='(') |
185 break; |
185 break; |