diff --git a/src/sys/ubixfsv2/main.cpp b/src/sys/ubixfsv2/main.cpp index e601b72..f9825e2 100644 --- a/src/sys/ubixfsv2/main.cpp +++ b/src/sys/ubixfsv2/main.cpp @@ -16,7 +16,7 @@ strcpy(inode -> name, "temp123"); bTree * tree = new bTree(inode); - for (i = 0; i < 1000000; i++) { + for (i = 0; i < 2500000; i++) { // if (i%1000 == 0) cout << "-_- i = "<Insert(inode)) cout << "Insert() failed" << endl; } // for i + cout << "i made it to: " << i << endl; #if 0 inode = (ubixfsInode *)malloc(sizeof(ubixfsInode)); memset(inode, 0, sizeof(ubixfsInode));