Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/446fd392e85fa8ac527c2e1938889ea0781cca6d
...commit
http://git.netsurf-browser.org/netsurf.git/commit/446fd392e85fa8ac527c2e1938889ea0781cca6d
...tree
http://git.netsurf-browser.org/netsurf.git/tree/446fd392e85fa8ac527c2e1938889ea0781cca6d
The branch, master has been updated
via 446fd392e85fa8ac527c2e1938889ea0781cca6d (commit)
from 6455a2ea83493165641be350e3dfe1dd93af5dea (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=446fd392e85fa8ac527c2e1938889ea0781cca6d
commit 446fd392e85fa8ac527c2e1938889ea0781cca6d
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>
Ensure the message port has been initialised
diff --git a/frontends/amiga/schedule.c b/frontends/amiga/schedule.c
index 043edc7..2d2da38 100644
--- a/frontends/amiga/schedule.c
+++ b/frontends/amiga/schedule.c
@@ -336,6 +336,7 @@ nserror ami_schedule(int t, void (*callback)(void *p), void
*p)
ASOIOR_Duplicate,
tioreq,
TAG_DONE);
#else
+ if(schedule_msgport == NULL) return NSERROR_NOMEM;
nscb = (struct nscallback *)CreateIORequest(schedule_msgport,
sizeof(struct nscallback));
*nscb = *tioreq;
#endif
-----------------------------------------------------------------------
Summary of changes:
frontends/amiga/schedule.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/frontends/amiga/schedule.c b/frontends/amiga/schedule.c
index 043edc7..2d2da38 100644
--- a/frontends/amiga/schedule.c
+++ b/frontends/amiga/schedule.c
@@ -336,6 +336,7 @@ nserror ami_schedule(int t, void (*callback)(void *p), void
*p)
ASOIOR_Duplicate,
tioreq,
TAG_DONE);
#else
+ if(schedule_msgport == NULL) return NSERROR_NOMEM;
nscb = (struct nscallback *)CreateIORequest(schedule_msgport,
sizeof(struct nscallback));
*nscb = *tioreq;
#endif
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org