]> git.ipfire.org Git - thirdparty/grub.git/commit
search: actually skip floppy with --no-floppy
authorAndrei Borzenkov <arvidjaar@gmail.com>
Tue, 23 Feb 2016 20:14:41 +0000 (23:14 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Tue, 23 Feb 2016 20:17:24 +0000 (23:17 +0300)
commit1b782e902e69516f82158203674d4951a40c82d4
treee52123dd10c0d83ed024eb6eedfdeb3296fb5fa3
parent15dfea842c03fd373b0b39e98716051815416e95
search: actually skip floppy with --no-floppy

grub_device_iterate() ignores device when iterator returns 1, not 0.

Reported by Carlos E. R. <robin.listas@telefonica.net>
grub-core/commands/search.c