소스 검색

fixed typo in unicode-path

master
FelixBrendel 6 년 전
부모
커밋
faaa452c05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/built_ins.cpp

+ 1
- 1
src/built_ins.cpp 파일 보기

@@ -89,7 +89,7 @@ namespace Slime {
#ifdef UNICODE
fullpath[0] = L'\0';
path_char* temp = char_to_path_char(Memory::get_c_str(file_name));
swprintf(fullpath, max_path_leno, L"%s%s", it, temp);
swprintf(fullpath, max_path_len, L"%s%s", it, temp);
free(temp);
#else
fullpath[0] = '\0';


불러오는 중...
취소
저장