mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-06 12:23:13 +01:00
[svn r158] fixed bug with console integer output: buffer was too small
This commit is contained in:
@@ -77,7 +77,7 @@ struct Console
|
||||
// emit an integer to the console
|
||||
Console opCall (size_t i)
|
||||
{
|
||||
char[20] tmp = void;
|
||||
char[25] tmp = void;
|
||||
|
||||
return console (intToUtf8 (tmp, i));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user