fix embed cast
This commit is contained in:
parent
3a1943bfd6
commit
bd979e156b
@ -283,5 +283,5 @@ u8[]
|
|||||||
Embed(string file_name)
|
Embed(string file_name)
|
||||||
{
|
{
|
||||||
import std.file;
|
import std.file;
|
||||||
return read(file_name);
|
return cast(u8[])read(file_name);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user