2009-09-01 Vladimir Serbinenko <phcoder@gmail.com>

* commands/loadenv.c (check_blocklists): Fix off-by-one error.
	(write_blocklists): Likewise.
This commit is contained in:
phcoder 2009-09-01 19:07:42 +00:00
parent 3e81e9369b
commit aa0f752dfe
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-09-01 Vladimir Serbinenko <phcoder@gmail.com>
* commands/loadenv.c (check_blocklists): Fix off-by-one error.
(write_blocklists): Likewise.
2009-09-01 Colin Watson <cjwatson@ubuntu.com>
* script/lua/grub_lua.h (fputs): Supply a format string as the first