Changeset 772 for soft/giet_vm/applications/shell
- Timestamp:
- Feb 3, 2016, 9:59:18 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/shell/shell.c
r768 r772 129 129 size = info.size; 130 130 131 dst_fd = giet_fat_open( argv[2] , O_CREAT E | O_TRUNC);131 dst_fd = giet_fat_open( argv[2] , O_CREAT | O_TRUNC); 132 132 133 133 if (dst_fd < 0)
Note: See TracChangeset
for help on using the changeset viewer.