mirror of
https://github.com/brl/mutter.git
synced 2025-03-06 05:08:11 +00:00

* clutter/json/json-parser.[ch]: Use gssize, size we allow -1 as a length (meaning "use the whole string"). (json_parser_load_from_data): Use the passed length instead of using strlen() all the time. * clutter/clutter-script.[ch]: Ditto as above.