Ignore:
Timestamp:
May 22, 2019, 10:03:37 PM (5 years ago)
Author:
coas-nagasima
Message:

ビルドが通るよう更新

File:
1 edited

Legend:

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

    • Property svn:keywords deleted
    • Property svn:mime-type changed from text/x-csrc to text/x-csrc;charset=UTF-8
    r388 r389  
    326326        ret_code[0] = ret_code[1] = ret_code[2] = ret_code[3] = 0;
    327327
    328         if (chr <= 0x7f) {  // ASCII互換
     328        if (chr <= 0x7f) {  // ASCII互換
    329329                ret_code[0] = chr;
    330330                *ret_size = 1;
     
    376376}
    377377
    378 //2バイトのUTF-16コードが得られる
     378//2バイトのUTF-16コードが得られる
    379379WCHAR Utf8_to_Utf16(const char *src, int *code_size)
    380380{
     
    397397        }
    398398
    399         //消費文字数設定
     399        //消費文字数設定
    400400        *code_size = i;
    401401
    402         //現状、2バイト限定
     402        //現状、2バイト限定
    403403        return uc;
    404404}
Note: See TracChangeset for help on using the changeset viewer.