* movemail.c (main): Do not use sprintf when its result might not fit
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Aug 2011 23:57:19 +0000 (16:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Aug 2011 23:57:19 +0000 (16:57 -0700)
commit644a0faa36ad8c1e251d198c2bc69f17c8bdb83a
tree2f241eb29829d1e533a1bdfb3b07c37ea95119b1
parent9250f758254937f43a621a2371e3433ce7daa573
* movemail.c (main): Do not use sprintf when its result might not fit

in 'int'.  Instead, put the possibly-long file name into the
output of pfatal_with_name.
lib-src/ChangeLog
lib-src/movemail.c