]> git.pond.sub.org Git - empserver/blobdiff - src/scripts/nightly/patches/All/common_file.c.patch
Fix trailing whitespace
[empserver] / src / scripts / nightly / patches / All / common_file.c.patch
index c995fd345f9fe140601c1cd82309468524bb3bd1..02b5f3b4b8e1eaacaeb7cbf02b403b7a071fa387 100644 (file)
@@ -4,7 +4,7 @@ index ae851ae..872c363 100644
 +++ b/src/lib/common/file.c
 @@ -384,7 +384,7 @@ do_write(struct empfile *ep, void *buf, int id, int count)
        return -1;
+
      if (ep->flags & EFF_TYPED) {
 -      now = ep->flags & EFF_NOTIME ? (time_t)-1 : time(NULL);
 +      now = ep->flags & EFF_NOTIME ? (time_t)-1 : (time_t)100;