the class should probably compile before checking it in!
This commit is contained in:
parent
c50281397d
commit
80dc4923d5
|
@ -68,7 +68,7 @@ namespace BizHawk.MultiClient
|
||||||
List<string> temp = new List<string>();
|
List<string> temp = new List<string>();
|
||||||
for (int x = 0; x < recentlist.Count; x++)
|
for (int x = 0; x < recentlist.Count; x++)
|
||||||
{
|
{
|
||||||
temp.Add = recentlist[x].Substring(0, length);
|
temp.Add(recentlist[x].Substring(0, length));
|
||||||
}
|
}
|
||||||
return temp;
|
return temp;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue