Changeset 672 for soft/giet_vm/applications/shell
- Timestamp:
- Jul 28, 2015, 1:27:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/shell/main.c
r669 r672 126 126 if (dst_fd < 0) 127 127 { 128 giet_tty_printf("can't open %s (err=%d)\n", argv[2], src_fd);128 giet_tty_printf("can't open %s (err=%d)\n", argv[2], dst_fd); 129 129 goto exit; 130 130 }
Note: See TracChangeset
for help on using the changeset viewer.