Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/2290c208ba69bb9f98d33c470712f9df5cc6c040
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/2290c208ba69bb9f98d33c470712f9df5cc6c040
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/2290c208ba69bb9f98d33c470712f9df5cc6c040

The branch, master has been updated
       via  2290c208ba69bb9f98d33c470712f9df5cc6c040 (commit)
      from  6e0e3ea81f44c294d5f7300eb7a92483babcae49 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=2290c208ba69bb9f98d33c470712f9df5cc6c040
commit 2290c208ba69bb9f98d33c470712f9df5cc6c040
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Disc cache: Squash armhf warnings.

diff --git a/content/fs_backing_store.c b/content/fs_backing_store.c
index 3736cc5..19eb1ca 100644
--- a/content/fs_backing_store.c
+++ b/content/fs_backing_store.c
@@ -1141,7 +1141,7 @@ build_entrymap(struct store_state *state)
 {
        unsigned int eloop;
 
-       NSLOG(netsurf, INFO, "Allocating %ld bytes for max of %d buckets",
+       NSLOG(netsurf, INFO, "Allocating %"PRIsizet" bytes for max of %d 
buckets",
              (1 << state->ident_bits) * sizeof(entry_index_t),
              1 << state->ident_bits);
 
@@ -1220,7 +1220,7 @@ read_entries(struct store_state *state)
        entries_size = (1 << state->entry_bits) * sizeof(struct store_entry);
 
        NSLOG(netsurf, INFO,
-             "Allocating %"PRIsizet" bytes for max of %d entries of %ld length 
elements %ld length",
+             "Allocating %"PRIsizet" bytes for max of %d entries of 
%"PRIsizet" length elements %"PRIsizet" length",
              entries_size,
              1 << state->entry_bits,
              sizeof(struct store_entry),


-----------------------------------------------------------------------

Summary of changes:
 content/fs_backing_store.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/fs_backing_store.c b/content/fs_backing_store.c
index 3736cc5..19eb1ca 100644
--- a/content/fs_backing_store.c
+++ b/content/fs_backing_store.c
@@ -1141,7 +1141,7 @@ build_entrymap(struct store_state *state)
 {
        unsigned int eloop;
 
-       NSLOG(netsurf, INFO, "Allocating %ld bytes for max of %d buckets",
+       NSLOG(netsurf, INFO, "Allocating %"PRIsizet" bytes for max of %d 
buckets",
              (1 << state->ident_bits) * sizeof(entry_index_t),
              1 << state->ident_bits);
 
@@ -1220,7 +1220,7 @@ read_entries(struct store_state *state)
        entries_size = (1 << state->entry_bits) * sizeof(struct store_entry);
 
        NSLOG(netsurf, INFO,
-             "Allocating %"PRIsizet" bytes for max of %d entries of %ld length 
elements %ld length",
+             "Allocating %"PRIsizet" bytes for max of %d entries of 
%"PRIsizet" length elements %"PRIsizet" length",
              entries_size,
              1 << state->entry_bits,
              sizeof(struct store_entry),


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to