Browse Source

Fix DecompressData() pointer issue (#1856)

pull/1860/head
masterex1000 3 years ago
committed by GitHub
parent
commit
ee24d17895
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c View File

@ -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;

||||||
x
 
000:0
Loading…
Cancel
Save