]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter.c
Simplify vss_status_tohuman() and add a comment.
[paraslash.git] / filter.c
index 81d5df1a635044e61ee66aba03eca876c8bee398..ed168c39f9ad744ad8779917da7f1adbe455bd30 100644 (file)
--- a/filter.c
+++ b/filter.c
@@ -135,7 +135,7 @@ static int parse_config(int argc, char *argv[])
 int main(int argc, char *argv[])
 {
        int ret;
-       struct sched s;
+       static struct sched s;
 
        stdin_set_defaults(sit);
        sit->buf = para_malloc(sit->bufsize),