From f47d5e48c0703f12a20135623509b10d4c912edd Mon Sep 17 00:00:00 2001 From: Hayden Date: Wed, 28 Oct 2020 21:44:19 -0400 Subject: [PATCH] Fix compiling with latest libipatcher --- futurerestore/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/futurerestore/main.cpp b/futurerestore/main.cpp index ccaae5fd..3319f317 100644 --- a/futurerestore/main.cpp +++ b/futurerestore/main.cpp @@ -101,7 +101,7 @@ int main_r(int argc, const char * argv[]) { int err=0; printf("Version: " VERSION_COMMIT_SHA " - " VERSION_COMMIT_COUNT "\n"); #ifdef HAVE_LIBIPATCHER - printf("%s\n",libipatcher::version().c_str()); + printf("%s\n",libipatcher::version()); printf("Odysseus for 32-bit support: yes\n"); printf("Odysseus for 64-bit support: %s\n",(libipatcher::has64bitSupport() ? "yes" : "no")); #else