]> git.ipfire.org Git - thirdparty/grub.git/commit
grub-install: Use a+ in fopen rather than r+.
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 27 Jul 2015 10:42:47 +0000 (12:42 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 27 Jul 2015 10:42:47 +0000 (12:42 +0200)
commita2721778e5234fc87af7c3bf2b7cfdaca3abfa60
tree2ac6ed2e70bc206fd3d4f9bf83ca31e555921de7
parent368ecfc3a031bd3b03bcaae776d6f276f79af157
grub-install: Use a+ in fopen rather than r+.

r+ does not create a file if none exists.
util/grub-install.c