Changeset 654 for soft/giet_vm/applications/shell
- Timestamp:
- Jul 22, 2015, 2:31:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/shell/main.c
r643 r654 104 104 size = info.size; 105 105 106 dst_fd = giet_fat_open( argv[2] , O_CREATE ); // TODO O_TRUNC106 dst_fd = giet_fat_open( argv[2] , O_CREATE | O_TRUNC ); 107 107 if (dst_fd < 0) 108 108 {
Note: See TracChangeset
for help on using the changeset viewer.