Selaa lähdekoodia

Fix DecompressData() pointer issue (#1856)

pull/1860/head
masterex1000 3 vuotta sitten
committed by GitHub
vanhempi
commit
ee24d17895
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna