diff --git a/CMakeLists.txt b/CMakeLists.txt index 0eba43b..df8e7f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.16) cmake_policy(VERSION 3.16...3.28) -project(ragephoto VERSION 0.7.0 LANGUAGES C CXX) +project(ragephoto VERSION 0.7.1 LANGUAGES C CXX) include(GNUInstallDirs) # RagePhoto CMake includes diff --git a/src/core/RagePhoto.c b/src/core/RagePhoto.c index 198a2c3..4821961 100644 --- a/src/core/RagePhoto.c +++ b/src/core/RagePhoto.c @@ -1207,7 +1207,7 @@ void ragephoto_setphotodesc(ragephoto_t instance_t, const char *description, uin } if (bufferSize != 0) { instance->data->descBuffer = bufferSize; - ragephoto_setbufferoffsets(instance->data); + ragephotodata_setbufferoffsets(instance->data); } instance->data->error = RAGEPHOTO_ERROR_NOERROR; // 255 } diff --git a/src/dotnet/RagePhoto.Core.csproj b/src/dotnet/RagePhoto.Core.csproj index 943f5c0..0cb99f7 100644 --- a/src/dotnet/RagePhoto.Core.csproj +++ b/src/dotnet/RagePhoto.Core.csproj @@ -4,9 +4,9 @@ netstandard2.1;net47 RagePhoto.Core RagePhoto - 0.7.0.1 - 0.7.0 - 0.7.0 + 0.7.1 + 0.7.1 + 0.7.1 Syping Copyright © 2025 Syping Open Source RAGE Photo Parser for GTA V and RDR 2