Sfoglia il codice sorgente

Fix DecompressData() pointer issue (#1856)

pull/1860/head
masterex1000 3 anni fa
committed by GitHub
parent
commit
ee24d17895
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Vedi 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
Caricamento…
Annulla
Salva