File diff r7381:7ca8ddb92031 → r7382:750cdd87ddef
src/strings.cpp
Show inline comments
 
@@ -849,7 +849,7 @@ static char* FormatString(char* buff, co
 
				const Group *g = GetGroup(GetInt32(&argv));
 
				int64 args[1];
 

	
 
				assert(IsValidGroup(g));
 
				assert(g->IsValid());
 

	
 
				args[0] = g->index;
 
				buff = GetStringWithArgs(buff, IsCustomName(g->string_id) ? g->string_id : (StringID)STR_GROUP_NAME_FORMAT, args, last);