- if(yy_text[0] == '{') { char *p;
- safeStrCpy(lastComment, yy_text+1, sizeof(lastComment)/sizeof(lastComment[0]));
- if(p = strchr(lastComment, '}')) *p = 0;
- currentListGame->gameInfo.resultDetails = StrSave(lastComment);
+ if(yy_text[0] == '{') {
+ char *p;
+ safeStrCpy(lastComment, yy_text+1, sizeof(lastComment)/sizeof(lastComment[0]));
+ if((p = strchr(lastComment, '}'))) *p = 0;
+ currentListGame->gameInfo.resultDetails = StrSave(lastComment);