Explorar el Código

Merge branch 'master' of https://github.com/raysan5/raylib

raysan5 hace 4 años
padre
commit
0776f1e106
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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, *dataLength);
 #endif
 
     return data;