X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9514ca81bd12a47df977822efc14ff285bd5bc10..4974d09cc659e2859fcf916ad020628c9695e2f8:/sbr/dtime.c diff --git a/sbr/dtime.c b/sbr/dtime.c index 5a61f9ae..481cfe6e 100644 --- a/sbr/dtime.c +++ b/sbr/dtime.c @@ -386,7 +386,8 @@ set_dotw (struct tws *tw) if (tw->tw_wday < 0) tw->tw_wday += 7; - tw->tw_flags &= ~TW_SDAY, tw->tw_flags |= TW_SIMP; + tw->tw_flags &= ~TW_SDAY; + tw->tw_flags |= TW_SIMP; }