Blame SOURCES/rcs-5.9-rlog_fix_locks.patch

405007
diff -up rcs-5.9.0/src/rlog.c.fix_locks rcs-5.9.0/src/rlog.c
405007
--- rcs-5.9.0/src/rlog.c.fix_locks	2019-04-24 18:24:50.631189377 +0200
405007
+++ rcs-5.9.0/src/rlog.c	2019-04-24 18:25:03.060364074 +0200
405007
@@ -894,7 +894,6 @@ rlog_main (const char *cmd, int argc, ch
405007
         repo_filename = REPO (filename);
405007
         tip = REPO (tip);
405007
         defbr = GROK (branch);
405007
-        locks = GROK (locks);
405007
         strictly_locking = BE (strictly_locking);
405007
         kws = BE (kws);
405007
 
405007
@@ -902,6 +901,8 @@ rlog_main (const char *cmd, int argc, ch
405007
         if (lockflag)
405007
           trunclocks (&criteria);
405007
 
405007
+        locks = GROK (locks);
405007
+
405007
         /* Do nothing if ā€˜-Lā€™ is given and there are no locks.  */
405007
         if (onlylockflag && !locks)
405007
           continue;