bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix for grub example (kernel.c)


From: Stefanus Du Toit
Subject: Fix for grub example (kernel.c)
Date: Mon, 27 Sep 2004 18:07:36 -0400
User-agent: Mutt/1.5.6+20040722i

Hello Grub developers,

kernel.c in docs/ (and the corresponding texi file) has a small mistake:
in the loop that's supposed to iterate over all the modules,
sizeof(module_t) is added to mod. But mod is already a pointer to
module_t! 

The (trivial) patch is attached.

Enjoy,

Stefanus

-- 
Stefanus Du Toit <address@hidden>, <address@hidden>
  Computer Graphics Lab, University of Waterloo
  My e-mail may be flaky over the next little while. If you're having
  trouble getting through to me, e-mail address@hidden

Attachment: grub-example.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]