From 43ee957520e4f060f0b37dfa28dd92b479e9a0a5 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sun, 1 Jan 2023 19:04:49 -0800 Subject: [PATCH] Fix Haiku compile error. --- src/musikcore/support/Common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/musikcore/support/Common.cpp b/src/musikcore/support/Common.cpp index ee246c15e..927ad3434 100644 --- a/src/musikcore/support/Common.cpp +++ b/src/musikcore/support/Common.cpp @@ -137,7 +137,7 @@ namespace musik { namespace core { delete[] argv; #elif defined __HAIKU__ image_info ii; - int32_t c = 0; + int32 c = 0; while (get_next_image_info(0, &c, &ii) == B_OK) { if (ii.type == B_APP_IMAGE) { if (strlen(ii.name)) {