Changeset 654 for soft/giet_vm/applications/shell
- Timestamp:
- Jul 22, 2015, 2:31:34 PM (10 years ago)
- File:
-
- 1 edited
-
soft/giet_vm/applications/shell/main.c (modified) (1 diff)
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.
![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)