Changeset 4700


Ignore:
Timestamp:
10/07/08 19:37:05 (5 years ago)
Author:
laforge
Message:

fix copy+paste mistake. When we upload, then no download can fail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/host/dfu-util/src/commands.c

    r1078 r4700  
    341341                               args.com_flash_data.file) ) 
    342342    { 
    343         fprintf( stderr, "Download failed.\n" ); 
     343        fprintf( stderr, "Upload failed.\n" ); 
    344344        return -1; 
    345345    } 
Note: See TracChangeset for help on using the changeset viewer.