aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 8658b1886ed..cb1361fe46d 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1060,7 +1060,7 @@ load_seccomp (const char *file)
1060 emacs_perror ("read"); 1060 emacs_perror ("read");
1061 goto out; 1061 goto out;
1062 } 1062 }
1063 if (read != count) 1063 if (read != size)
1064 { 1064 {
1065 fprintf (stderr, 1065 fprintf (stderr,
1066 "seccomp filter %s changed size while reading\n", 1066 "seccomp filter %s changed size while reading\n",