* commands/i386/pc/play.c (grub_cmd_play): Call 'grub_file_open' only

if argc is 1.
This commit is contained in:
Samuel Thibault 2010-04-28 23:18:16 +02:00
parent bb06ba0892
commit c76a18386f
2 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,8 @@
2010-04-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
* docs/grub.texi (play): Document that zero pitches produce rests.
* commands/i386/pc/play.c (grub_cmd_play): Call 'grub_file_open' only
if argc is 1.
2010-04-27 Vladimir Serbinenko <phcoder@gmail.com>