Home
last modified time | relevance | path

Searched hist:"0 a5625377a42de66e78b9dba91bf5c3777ce2ce8" (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp0a5625377a42de66e78b9dba91bf5c3777ce2ce8 Thu Aug 24 17:40:14 UTC 2023 Zardshard <0azrune6@zard.anonaddy.com> Icon-O-Matic: Fix multiple point handling

Fixes #16760

The problem comes from trying to cast a void* array to an int32 array.
However, sizeof(void*) is not always equal to sizeof(int32).

Change-Id: I12b7f71621f150edb732b5e0a7d84bf7ced5444a
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6871
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>