mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-18 01:39:03 +02:00
Applied downs' latest Phobos patch
This commit is contained in:
@@ -48,7 +48,7 @@ struct DateParse
|
||||
*this = DateParse.init;
|
||||
|
||||
//version (Win32)
|
||||
buffer = (cast(char *)alloca(s.length))[0 .. s.length];
|
||||
buffer = (cast(char *)/*alloca*/malloc(s.length))[0 .. s.length];
|
||||
//else
|
||||
//buffer = new char[s.length];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user