diff --git a/src/apps/diskprobe/DataEditor.cpp b/src/apps/diskprobe/DataEditor.cpp index 3a589083fe..10b513c1a6 100644 --- a/src/apps/diskprobe/DataEditor.cpp +++ b/src/apps/diskprobe/DataEditor.cpp @@ -600,7 +600,7 @@ DataEditor::SendNotices(DataChange *change) // update observer BMessage update; update.AddInt64("offset", offset); - update.AddInt32("size", size); + update.AddInt64("size", size); SendNotices(kMsgDataEditorUpdate, &update); }