From 87ba373882f475f02a524a120b59ea9fcccf14e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 20 Nov 2023 18:25:30 +0100 Subject: New upstream version 0.32.3 --- src/MediaDataRepresentation.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MediaDataRepresentation.vala') diff --git a/src/MediaDataRepresentation.vala b/src/MediaDataRepresentation.vala index 3400577..e0e6b7f 100644 --- a/src/MediaDataRepresentation.vala +++ b/src/MediaDataRepresentation.vala @@ -596,7 +596,7 @@ public abstract class MediaSourceCollection : DatabaseSourceCollection { string[] components = source_id.split("-"); assert(components.length == 2); - return fetch_by_numeric_id(parse_int64(components[1], 16)); + return fetch_by_numeric_id(int64.parse(components[1], 16)); } public abstract Gee.Collection get_event_source_ids(EventID event_id); -- cgit v1.2.3