[webkit-changes] [WebKit/WebKit] 51e2f8: Unreviewed, [GLib] Fix incorrect format string

Patrick noreply at github.com
Tue Feb 6 02:34:58 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 51e2f83568c58520df2097808fa6d07b2a60d1bb
      https://github.com/WebKit/WebKit/commit/51e2f83568c58520df2097808fa6d07b2a60d1bb
  Author: Patrick Griffis <pgriffis at igalia.com>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp

  Log Message:
  -----------
  Unreviewed, [GLib] Fix incorrect format string

%lu is incorrect on some platforms. PRIu64 is defined for this.

* Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp:
(WebKit::bubblewrapSpawn):

Canonical link: https://commits.webkit.org/274137@main




More information about the webkit-changes mailing list