summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-08-15 21:31:40 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-08-16 10:15:01 +0000
commitc0db25542544d23e507f02645e0904d9dba2511b (patch)
tree0fdc26caafbd950193e9be66372ae3ac826a038e /toxav
parent006b4f4e5c3579428ff02ab954bf78a913df9e5a (diff)
Limit the size of a save file in file_saving_test.
Limited to 4GiB. That ought to be enough for any save file.
Diffstat (limited to 'toxav')
-rw-r--r--toxav/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/BUILD.bazel b/toxav/BUILD.bazel
index 151ac48e..03130587 100644
--- a/toxav/BUILD.bazel
+++ b/toxav/BUILD.bazel
@@ -99,7 +99,7 @@ cc_library(
99 srcs = ["groupav.c"], 99 srcs = ["groupav.c"],
100 hdrs = ["groupav.h"], 100 hdrs = ["groupav.h"],
101 deps = [ 101 deps = [
102 "//c-toxcore/toxcore:toxcore", 102 "//c-toxcore/toxcore",
103 "@opus", 103 "@opus",
104 ], 104 ],
105) 105)