Gitweb links:

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

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

    Amiga: DebugPrintF is OS4-only

diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index 7c82880..504447b 100644
--- a/frontends/amiga/gui.c
+++ b/frontends/amiga/gui.c
@@ -2440,9 +2440,11 @@ gui_window_console_log(struct gui_window *g,
                                                TAG_DONE);
        }
 
+#ifdef __amigaos4__
        DebugPrintF("NETSURF: CONSOLE_LOG SOURCE %s %sFOLDABLE %s %.*s\n",
              src_text, foldable ? "" : "NOT-", level_text,
              (int)msglen, msg);
+#endif
 }
 
 


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

Summary of changes:
 frontends/amiga/gui.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index 7c82880..504447b 100644
--- a/frontends/amiga/gui.c
+++ b/frontends/amiga/gui.c
@@ -2440,9 +2440,11 @@ gui_window_console_log(struct gui_window *g,
                                                TAG_DONE);
        }
 
+#ifdef __amigaos4__
        DebugPrintF("NETSURF: CONSOLE_LOG SOURCE %s %sFOLDABLE %s %.*s\n",
              src_text, foldable ? "" : "NOT-", level_text,
              (int)msglen, msg);
+#endif
 }
 
 


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