Commit ea491e6d authored by Jānis Džeriņš's avatar Jānis Džeriņš Committed by Jānis Džeriņš
Browse files

Improve timestamp printing

Use `write-char` to print the `@` before timestamp because using `princ`
uses all the printing machinery, and, most importantly, it uses sharing
detection.  So if two or more timestamps are in the same structure the
sharpsign-sharpsign syntax is used to print them.
parent 27fbb33a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment