Merge ../../yap-6.3

This commit is contained in:
Vitor Santos Costa
2018-03-19 16:45:32 +00:00
76 changed files with 15925 additions and 1983 deletions

View File

@@ -40,7 +40,7 @@ static VFS_t *andstream;
static std::string buff0;
static void *
and_open(struct vfs *me, int sno, const char *name, const char *io_mode) {
and_open(struct vfs *me, const char *name, const char *io_mode, int sno) {
// we assume object is already open, so there is no need to open it.
GLOBAL_Stream[sno].vfs_handle = streamerInstance;
GLOBAL_Stream[sno].vfs = me;