mirror of
https://github.com/jfdelnero/HxCFloppyEmulator.git
synced 2026-07-28 04:06:36 +00:00
Drag & Drop issue corrected on Mac OS X.
git-svn-id: svn://svn.code.sf.net/p/hxcfloppyemu/code/HxCFloppyEmulator/HxCFloppyEmulator_software/trunk@804 63fa2f70-6a9b-4bc4-b855-9c6a949b1d69
This commit is contained in:
+2
-1
@@ -137,7 +137,8 @@ char * URIfilepathparser(char * URI,int size)
|
||||
{
|
||||
path = (char*)malloc( size + 1);
|
||||
if(path)
|
||||
{
|
||||
{
|
||||
memset(path,0,size + 1);
|
||||
strncpy(path,URI,size);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user