Changeset fa36f29 in mainline for uspace/app/sbi/src/main.c
- Timestamp:
- 2010-02-27T17:59:14Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 94d484a
- Parents:
- 09ababb7
- File:
-
- 1 edited
-
uspace/app/sbi/src/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/main.c
r09ababb7 rfa36f29 59 59 rc = input_new(&input, argv[1]); 60 60 if (rc != EOK) { 61 printf("Failed initializing input.\n");61 printf("Failed opening source file '%s'.\n", argv[1]); 62 62 exit(1); 63 63 }
Note:
See TracChangeset
for help on using the changeset viewer.
