various fixes, the most significant being that saving state now works.

This commit is contained in:
theoddone33
2001-04-15 01:23:24 +00:00
parent 3d00b7f21a
commit 918f4b7048
5 changed files with 47 additions and 40 deletions

View File

@@ -336,7 +336,7 @@ int main (int argc, char *argv[]) {
#endif
{
fvar=&fname;
fvar[0] = 10;
fvar[0] = strlen(argv[optind]);
strncpy(&fvar[1], argv[optind],127);
makeextension();
}