]> diplodocus.org Git - nmh/blobdiff - sbr/context_save.c
Document snprintb() a bit.
[nmh] / sbr / context_save.c
index 86776c7d4bf53c4bdf18aaf44c31fe68b2723d71..5224af4ce403a7a390c2246fd3d8db82064949e6 100644 (file)
@@ -43,7 +43,7 @@ context_save (void)
     sigaddset (&set, SIGTERM);
     sigprocmask (SIG_BLOCK, &set, &oset);
 
-    if (!(out = lkfopendata (ctxpath, "w", 1)))
+    if (!(out = lkfopendata (ctxpath, "w")))
        adios (ctxpath, "unable to write");
     for (np = m_defs; np; np = np->n_next)
        if (np->n_context)