mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 23:03:00 +00:00
Neil Roberts
308ca6cb14
cogl-path: Fix the truncation when adding to a copied path
If a path is copied and then appended to, the copy needs to have the last sub path truncated so that it fits in the total path size in case the original path was modified. However the path size check was broken so if the copied path had more than one sub path it would fail.
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%