]> git.ipfire.org Git - thirdparty/grub.git/commit
2004-07-11 Marco Gerards <metgerards@student.han.nl>
authormarco_g <marco_g@localhost>
Sun, 11 Jul 2004 14:24:54 +0000 (14:24 +0000)
committermarco_g <marco_g@localhost>
Sun, 11 Jul 2004 14:24:54 +0000 (14:24 +0000)
commite15199cb7b70a686d1d920b41b528b343aa0e67d
treedbeb51c3b13e2fdbf3a44a3bc128a9986f37ffa8
parent020616c2b2e0a11476c2d1cbfc344c8789b31686
2004-07-11  Marco Gerards  <metgerards@student.han.nl>

* disk/powerpc/ieee1275/partition.c (grub_partition_iterate): Skip
one block instead of two when looking for the initial partition.
(grub_partition_probe): Initialize the local variable `p' with 0.
Use base 10 for the grub_strtoul call.
* kern/misc.c (grub_strncpy): Fix off by one bug.  Eliminated the
need for one local variable.
(grub_strtoul): Don't add the new value to `num', instead of that
just assign it.
ChangeLog
disk/powerpc/ieee1275/partition.c
kern/misc.c