Fixed the mirror system not working.

This commit is contained in:
Steve Dudenhoeffer
2007-06-12 15:59:10 +00:00
parent add02dc55e
commit 7690f1a099
2 changed files with 3 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ static void read_mirror(char *input)
if (strcmp(dest, CurrentModName)==0)
{
snprintf(CurrentModName, sizeof(CurrentModName)-1, "%s", dest);
snprintf(CurrentModName, sizeof(CurrentModName)-1, "%s", source);
}
}