* util/grub-editenv.c (print_var): Rename name to varname to

avoid shadowing.
	(main): Rename index to curindex to avoid shadowing.
	MAke filename a const char *.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-10 12:28:34 +01:00
parent 4f96abd198
commit 9a7428e638
2 changed files with 19 additions and 12 deletions

View file

@ -1,3 +1,10 @@
2012-02-10 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-editenv.c (print_var): Rename name to varname to
avoid shadowing.
(main): Rename index to curindex to avoid shadowing.
MAke filename a const char *.
2012-02-10 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/script/lexer.c (grub_script_lexer_init): Rename getline