Use correct variable in printf
commit9ac3e5f952f6d0a8de663c4df44af59f30a0e20f
authorRicardo Mones <ricardo@mones.org>
Fri, 9 Jun 2017 06:58:07 +0000 (9 08:58 +0200)
committerRicardo Mones <ricardo@mones.org>
Fri, 9 Jun 2017 06:58:07 +0000 (9 08:58 +0200)
tree5e0cbfddc7588890677f24bbf11fce348ea26abe
parent88b0ebeb76c3f7762cc6cd04edf02faee7f7d4d4
Use correct variable in printf

A new buf_date was introduced, but the old pointer (buf) still used in
the printf(). Patch by Olivier Brunel.
src/messageview.c