Eeze: Fix 'syspath may be used uninitialized'.

SVN revision: 58075
This commit is contained in:
Christopher Michael 2011-03-24 20:27:09 +00:00
parent 49bc9d8ee1
commit 484f82ba3b
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ eeze_disk_new(const char *path)
{
Eeze_Disk *disk;
_udev_device *dev;
const char *syspath;
const char *syspath = NULL;
Eina_Bool is_dev = EINA_FALSE;
EINA_SAFETY_ON_NULL_RETURN_VAL(path, NULL);