From 74349b4ff4ccb161c2e5e7a6a4a219ee6d98fe59 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sun, 7 Dec 2014 15:49:05 +0000 Subject: [PATCH] RedEdit: Fix build --- src/apps/Jamfile | 2 +- src/apps/resedit/BitmapView.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/Jamfile b/src/apps/Jamfile index 8bdd434a17..b643ddd705 100644 --- a/src/apps/Jamfile +++ b/src/apps/Jamfile @@ -48,7 +48,7 @@ HaikuSubInclude powerstatus ; HaikuSubInclude processcontroller ; HaikuSubInclude pulse ; HaikuSubInclude remotedesktop ; -HaikuSubInclude resourceedit ; +HaikuSubInclude resedit ; HaikuSubInclude screenshot ; HaikuSubInclude serialconnect ; HaikuSubInclude showimage ; diff --git a/src/apps/resedit/BitmapView.cpp b/src/apps/resedit/BitmapView.cpp index 4002b607a7..165deb336d 100644 --- a/src/apps/resedit/BitmapView.cpp +++ b/src/apps/resedit/BitmapView.cpp @@ -561,7 +561,7 @@ BitmapView::BitmapFromClipboard(void) be_clipboard->Unlock(); const void *buffer; - int32 bufferLength; + ssize_t bufferLength; BRect frame; color_space cspace = B_NO_COLOR_SPACE; @@ -591,7 +591,7 @@ BitmapView::BitmapFromClipboard(void) case CLIP_BEOS: { const void *buffer; - int32 bufferLength; + ssize_t bufferLength; BRect frame; color_space cspace = B_NO_COLOR_SPACE;