Changeset 147

Show
Ignore:
Timestamp:
29.10.2008 12:30:51 (2 months ago)
Author:
seb
Message:

Removed files for cores to be replaced

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/software/bios/main.c

    r146 r147  
    214214         
    215215        devsize = cffat_load(filename, (char *)0x40000000, 16*1024*1024, &realsize); 
    216         if(devsize < 0) { 
     216        if(devsize <= 0) { 
    217217                printf("E: Unable to read file\n"); 
    218218                return;