Merge pull request #50 from lentillog/feature/fds-loading

Fixed loading FDS games
This commit is contained in:
Twinaphex
2016-10-05 22:09:53 +02:00
committed by GitHub

View File

@@ -92,6 +92,7 @@ char *FCEU_MakeFName(int type, int id1, char *cd1)
}
ret = (char*)malloc(strlen(tmp) * sizeof(char));
strncpy(ret, tmp, strlen(tmp));
return(ret);
}