Changeset fa36f29 in mainline for uspace/app/sbi/src/main.c


Ignore:
Timestamp:
2010-02-27T17:59:14Z (16 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
94d484a
Parents:
09ababb7
Message:

Update SBI to rev. 75.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/main.c

    r09ababb7 rfa36f29  
    5959        rc = input_new(&input, argv[1]);
    6060        if (rc != EOK) {
    61                 printf("Failed initializing input.\n");
     61                printf("Failed opening source file '%s'.\n", argv[1]);
    6262                exit(1);
    6363        }
Note: See TracChangeset for help on using the changeset viewer.