Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/67805f407fed6fbc061f83db7e11ee3474a0a79b
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/67805f407fed6fbc061f83db7e11ee3474a0a79b
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/67805f407fed6fbc061f83db7e11ee3474a0a79b

The branch, master has been updated
       via  67805f407fed6fbc061f83db7e11ee3474a0a79b (commit)
      from  545644f23d388467e7cd3ce7562f1ff3e7ae6c29 (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=67805f407fed6fbc061f83db7e11ee3474a0a79b
commit 67805f407fed6fbc061f83db7e11ee3474a0a79b
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    Fix version number display on library open error requester

diff --git a/amiga/libs.c b/amiga/libs.c
index 2303d35..993cd3a 100644
--- a/amiga/libs.c
+++ b/amiga/libs.c
@@ -65,7 +65,7 @@
        } else {        \
                LOG("Failed to open %s v%d", LIB, LIBVER);      \
                if(FAIL == true) {      \
-                       STRPTR error = ASPrintf("Unable to open %s v%d (fatal 
error)", LIB, LIBVER);    \
+                       STRPTR error = ASPrintf("Unable to open %s v%ld (fatal 
error)", LIB, LIBVER);   \
                        ami_misc_fatal_error(error);    \
                        FreeVec(error); \
                        return false;   \


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

Summary of changes:
 amiga/libs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/amiga/libs.c b/amiga/libs.c
index 2303d35..993cd3a 100644
--- a/amiga/libs.c
+++ b/amiga/libs.c
@@ -65,7 +65,7 @@
        } else {        \
                LOG("Failed to open %s v%d", LIB, LIBVER);      \
                if(FAIL == true) {      \
-                       STRPTR error = ASPrintf("Unable to open %s v%d (fatal 
error)", LIB, LIBVER);    \
+                       STRPTR error = ASPrintf("Unable to open %s v%ld (fatal 
error)", LIB, LIBVER);   \
                        ami_misc_fatal_error(error);    \
                        FreeVec(error); \
                        return false;   \


-- 
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