Ignore:
Timestamp:
Feb 3, 2016, 9:59:18 AM (8 years ago)
Author:
meunier
Message:
  • Ajout de l'application rosenfeld
  • Changement du nom du flag O_CREATE en O_CREAT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/shell/shell.c

    r768 r772  
    129129    size = info.size;
    130130
    131     dst_fd = giet_fat_open( argv[2] , O_CREATE | O_TRUNC );
     131    dst_fd = giet_fat_open( argv[2] , O_CREAT | O_TRUNC);
    132132
    133133    if (dst_fd < 0)
Note: See TracChangeset for help on using the changeset viewer.