diff -r f44ff68484af -r e8b86b70c5f6 src/strings.cpp --- a/src/strings.cpp Mon Jun 16 17:28:15 2008 +0000 +++ b/src/strings.cpp Mon Jun 16 19:38:41 2008 +0000 @@ -1213,7 +1213,7 @@ if (IsInsideMM(ind, (SPECSTR_RESOLUTION_START - 0x70E4), (SPECSTR_RESOLUTION_END - 0x70E4) + 1)) { int i = ind - (SPECSTR_RESOLUTION_START - 0x70E4); buff += snprintf( - buff, last - buff + 1, "%dx%d", _resolutions[i][0], _resolutions[i][1] + buff, last - buff + 1, "%dx%d", _resolutions[i].width, _resolutions[i].height ); return buff; }