Revision: 19076
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19076&view=rev
Author: blackystardust
Date: 2008-07-23 17:18:20 +0000 (Wed, 23 Jul 2008)
Log Message:
-----------
Fixed for dos port of x64dtv.
Modified Paths:
--------------
branches/viceplus/v2.0-x64dtv/vice/src/tape/tape.c
Modified: branches/viceplus/v2.0-x64dtv/vice/src/tape/tape.c
===================================================================
--- branches/viceplus/v2.0-x64dtv/vice/src/tape/tape.c 2008-07-23 16:03:24 UTC (rev 19075)
+++ branches/viceplus/v2.0-x64dtv/vice/src/tape/tape.c 2008-07-23 17:18:20 UTC (rev 19076)
@@ -401,6 +401,9 @@
const char *tape_get_file_name(void)
{
+ if (tape_image_dev1 == NULL)
+ return "";
+
return tape_image_dev1->name;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|