Ignore:
Timestamp:
Jul 5, 2020, 10:49:56 PM (4 years ago)
Author:
coas-nagasima
Message:

sdfsを更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/ntshell/fatfs/ff.c

    r434 r435  
    1717
    1818
     19#include "shellif.h"
    1920#include "ff.h"                 /* Declarations of FatFs API */
    2021#include "diskio.h"             /* Declarations of disk I/O functions */
    2122#include "util/ntstdio.h"
    22 #include "shellif.h"
    2323
    2424/*--------------------------------------------------------------------------
     
    26172617        /* Get logical drive number */
    26182618#if !FF_FS_READONLY
    2619         mode &= FA_READ | FA_WRITE | FA_CREATE_ALWAYS | FA_OPEN_ALWAYS | FA_CREATE_NEW;
     2619        mode &= FA_READ | FA_WRITE | FA_CREATE_ALWAYS | FA_OPEN_ALWAYS | FA_CREATE_NEW | FA_OPEN_APPEND;
    26202620        res = find_volume(&dj.fs, &path, (BYTE)(mode & ~FA_READ));
    26212621#else
Note: See TracChangeset for help on using the changeset viewer.