From a8acbdd94366d491422e93b06b944f8ba0ef316b Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 23 May 2021 15:51:03 +0200 Subject: [PATCH] fieldpattern:: -fwrite displays the hash --- geom-exp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/geom-exp.cpp b/geom-exp.cpp index 75ddb319..4bc03750 100644 --- a/geom-exp.cpp +++ b/geom-exp.cpp @@ -1194,6 +1194,7 @@ int read_geom_args() { else if(argis("-fwrite")) { shstream hs; hwrite_fpattern(hs, currfp); + println(hlog, "current fieldpattern hash: ", currfp.hashv); println(hlog, "current fieldpattern: ", as_cstring(hs.s)); } else if(argis("-csp")) {