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;