]> git.notmuchmail.org Git - notmuch/commit
Fix timestamp generation to avoid overflowing the term limit
authorCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 05:10:03 +0000 (22:10 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 05:10:03 +0000 (22:10 -0700)
commit0bc73af96c48952cba29116f0c99e8ba3f9e7ef6
tree68a2d34a076406404ed5574e39944774e6ab3464
parentf281f4b677e56242c18628683dcd4533906f7551
Fix timestamp generation to avoid overflowing the term limit

The previous code was only correct as long as the timestamp prefix
was only a single character. But with the recent change to a
multi-character prefix, this broke. So fix it now.
database.cc