freemyipod r405 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r404‎ | r405 | r406 >
Date:04:33, 2 January 2011
Author:theseven
Status:new
Tags:
Comment:
emBIOS: Fix wrong variable type in iPod Classic ATA driver
Modified paths:
  • /embios/trunk/target/ipodclassic/storage_ata.c (modified) (history)

Diff [purge]

Index: embios/trunk/target/ipodclassic/storage_ata.c
@@ -404,7 +404,7 @@
405405 if (rc)
406406 {
407407 void* buf = buffer;
408 - int sect;
 408+ uint64_t sect;
409409 for (sect = sector; sect < sector + cnt; sect++)
410410 {
411411 rc = -1;