We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9283977 commit d837829Copy full SHA for d837829
FileAccess.cpp
@@ -22,6 +22,8 @@ int FileAccess::Apply(int size) {
22
return x;
23
}
24
25
+
26
+ return -1;
27
28
29
void FileAccess::Del(int pos, int size) {
0 commit comments