fieldpattern:: -fwrite displays the hash

This commit is contained in:
Zeno Rogue 2021-05-23 15:51:03 +02:00
parent d8e0618df0
commit a8acbdd943
1 changed files with 1 additions and 0 deletions

View File

@ -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")) {