This commit is contained in:
ed 2021-07-28 01:55:01 +02:00
parent 3649e8288a
commit bf3941cf7a
2 changed files with 2 additions and 2 deletions

View file

@ -397,7 +397,7 @@ def main(argv=None):
for opt in oa[2:]:
if re.match("c[^,]", opt):
mod = True
na.append("c," + opt[2:])
na.append("c," + opt[1:])
elif re.sub("^[rwmd]*", "", opt) and "," not in opt:
mod = True
perm = opt[0]

View file

@ -1,6 +1,6 @@
# coding: utf-8
VERSION = (0, 12, 0)
VERSION = (0, 12, 1)
CODENAME = "fil\033[33med"
BUILD_DT = (2021, 7, 28)