* fns.c (Fstring_to_unibyte): Don't rely on undefined behavior
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Apr 2011 20:22:53 +0000 (13:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Apr 2011 20:22:53 +0000 (13:22 -0700)
commitda09ccce7ac9eca4e19f409215cc2897866e0a50
tree71ba69a43a7e5559b60a168b3b48c1ea11b2f78c
parent1e973bc79daedde5ae088ddb54700e15c79ae518
* fns.c (Fstring_to_unibyte): Don't rely on undefined behavior

by passing a long int to a printf format expecting an int.
src/ChangeLog
src/fns.c