Skip to content

Commit d837829

Browse files
committed
bug_fix
1 parent 9283977 commit d837829

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FileAccess.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ int FileAccess::Apply(int size) {
2222
return x;
2323
}
2424
}
25+
26+
return -1;
2527
}
2628

2729
void FileAccess::Del(int pos, int size) {

0 commit comments

Comments
 (0)