소스 검색

Fix DecompressData() pointer issue (#1856)

pull/1860/head
masterex1000 3 년 전
committed by GitHub
부모
커밋
ee24d17895
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c 파일 보기

@ -3055,7 +3055,7 @@ unsigned char *DecompressData(unsigned char *compData, int compDataLength, int *
*dataLength = length;
TraceLog(LOG_INFO, "SYSTEM: Decompress data: Comp. size: %i -> Original size: %i", compDataLength, dataLength);
TraceLog(LOG_INFO, "SYSTEM: Decompress data: Comp. size: %i -> Original size: %i", compDataLength, o">*dataLength);
#endif
return data;

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