* util/grub-mkpasswd-pbkdf2.c (main): Rename top-level `c' variable

to `count', fixing variable shadowing that broke the -c option.
This commit is contained in:
Colin Watson 2010-06-07 14:15:57 +01:00
parent 71c3809882
commit db8fa1ad87
2 changed files with 11 additions and 5 deletions

View file

@ -1,4 +1,9 @@
2010-06-05 Colin Watson <cjwatson@debian.org>
2010-06-07 Colin Watson <cjwatson@ubuntu.com>
* util/grub-mkpasswd-pbkdf2.c (main): Rename top-level `c' variable
to `count', fixing variable shadowing that broke the -c option.
2010-06-05 Colin Watson <cjwatson@ubuntu.com>
* util/grub.d/00_header.in: Quote values assigned to `saved_entry',
in case they contain spaces.