1
0
This commit is contained in:
otya128
2016-02-23 21:43:25 +09:00
parent 2d8fc51778
commit 0ad8cdc587
3 changed files with 4 additions and 4 deletions

View File

@@ -1503,7 +1503,7 @@ class PetitComputer
if(SDL_HasClipboardText())
{
char* cl = SDL_GetClipboardText();
string an = cast(string)(cl[0..std.c.string.strlen(cl)]);
string an = cast(string)(cl[0..core.stdc.string.strlen(cl)]);
ks = an.to!wstring;
}
}