Script additions and improvements, fix IO bug.

This commit is contained in:
2023-03-31 01:04:56 -04:00
parent 1b0c5d176c
commit 6e91555a20
5 changed files with 97 additions and 50 deletions

View File

@ -50,7 +50,7 @@ namespace IO
zpl_file_close( & src );
}
while ( path++, left--, left > 1 );
while ( path++, left--, left > 0 );
uw persist_size = Largest_Src_Size * 2 + 8;