summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-01-24 14:17:37 -0800
committerKaz Kylheku <kaz@kylheku.com>2017-01-24 14:17:37 -0800
commit6025604266d9544beaabc7f4d7cbdb1963d1238a (patch)
tree20fa547a7abfad63211e481d58e24a1a38b3996e
parent252e55d15a0fbc21f36f45361b61aade61ab3dbf (diff)
downloadtxrban-6025604266d9544beaabc7f4d7cbdb1963d1238a.tar.gz
txrban-6025604266d9544beaabc7f4d7cbdb1963d1238a.tar.bz2
txrban-6025604266d9544beaabc7f4d7cbdb1963d1238a.zip
Don't use @ on :string argument of @(next).
This is an obsolete feature that isn't working in latest TXR.
-rw-r--r--utils.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.txr b/utils.txr
index a572aeb..354f489 100644
--- a/utils.txr
+++ b/utils.txr
@@ -1,7 +1,7 @@
@(define n (a))@(local n)@{n /\d+/}@(bind a @(int-str n))@(end)
@(define m (a))@(local m)@{m /\w+/}@(bind a @(month-num m))@(end)
@#
-@(next :string @(identity *self-path*))
+@(next :string (identity *self-path*))
@(some)
@*nil/@self.@nil
@(or)