let's skip the extension when choosing the nvram folder name based on software

This commit is contained in:
Fabio Priuli 2013-05-25 12:04:17 +00:00
parent a7a7aa2011
commit 5ff188bd69

View File

@ -284,7 +284,7 @@ static const char *image_parent_basename(device_t *device)
device_image_interface *intf = NULL; device_image_interface *intf = NULL;
if (dev!=NULL && dev->interface(intf)) if (dev!=NULL && dev->interface(intf))
{ {
return intf->basename(); return intf->basename_noext();
} }
dev = dev->owner(); dev = dev->owner();
} }