- Changed I_GetFromClipboard() to return an FString.

SVN r1414 (trunk)
This commit is contained in:
Randy Heit 2009-02-08 03:32:27 +00:00
commit 025e36ee41
8 changed files with 32 additions and 27 deletions

View file

@ -646,7 +646,7 @@ void M_ScreenShot (const char *filename)
else
#endif
{
int dirlen;
size_t dirlen;
autoname = Args->CheckValue("-shotdir");
if (autoname == NULL)
{