mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 03:20:39 -08:00
(Fformat): Increase buffer size for floating format.
This commit is contained in:
parent
4a7cd65c8b
commit
b413f89564
1 changed files with 1 additions and 1 deletions
|
|
@ -2576,7 +2576,7 @@ Use %% to put a single % into the output.")
|
|||
{
|
||||
if (! (*format == 'e' || *format == 'f' || *format == 'g'))
|
||||
args[n] = Ftruncate (args[n], Qnil);
|
||||
thissize = 60;
|
||||
thissize = 200;
|
||||
}
|
||||
#endif
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue