mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-01-01 09:18:59 +01:00
bugfix
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@642 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
19e1d02745
commit
027c898ca1
@ -426,6 +426,9 @@ const char *in_get_dev_name(int dev_id, int must_be_active, int skip_pfix)
|
||||
return NULL;
|
||||
|
||||
name = in_devices[dev_id].name;
|
||||
if (name == NULL)
|
||||
return NULL;
|
||||
|
||||
tmp = strchr(name, ':');
|
||||
if (tmp != NULL)
|
||||
name = tmp + 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user