mirror of
https://github.com/tihmstar/futurerestore.git
synced 2024-12-21 17:25:30 +00:00
Fix compiling with latest libipatcher
This commit is contained in:
parent
88861b6128
commit
f47d5e48c0
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue