mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-11 17:36:44 -04:00
committed by
Simon McVittie
parent
ad26c8e1ff
commit
ea322f3df0
@@ -11826,7 +11826,7 @@ flatpak_dir_remote_fetch_indexed_summary (FlatpakDir *self,
|
||||
{
|
||||
sha256 = g_compute_checksum_for_bytes (G_CHECKSUM_SHA256, applied);
|
||||
if (strcmp (sha256, checksum) != 0)
|
||||
g_warning ("Appliying delta gave wrong checksum, falling backn");
|
||||
g_warning ("Applying delta gave wrong checksum, falling back");
|
||||
else
|
||||
summary = g_steal_pointer (&applied);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user