Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/877bc2ce13322e2e8f92dd3c54fea20fe092b3a5
...commit
http://git.netsurf-browser.org/netsurf.git/commit/877bc2ce13322e2e8f92dd3c54fea20fe092b3a5
...tree
http://git.netsurf-browser.org/netsurf.git/tree/877bc2ce13322e2e8f92dd3c54fea20fe092b3a5
The branch, master has been updated
via 877bc2ce13322e2e8f92dd3c54fea20fe092b3a5 (commit)
from afbd9cd5e83371cca74bd73b7445949ba52a7121 (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=877bc2ce13322e2e8f92dd3c54fea20fe092b3a5
commit 877bc2ce13322e2e8f92dd3c54fea20fe092b3a5
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
gif: Ensure we never pass NSERROR_OK to error broadcast
diff --git a/content/handlers/image/gif.c b/content/handlers/image/gif.c
index 0b577f0..4671d1d 100644
--- a/content/handlers/image/gif.c
+++ b/content/handlers/image/gif.c
@@ -68,9 +68,6 @@ static inline nserror gif__nsgif_error_to_ns(nsgif_error
gif_res)
nserror err;
switch (gif_res) {
- case NSGIF_OK:
- err = NSERROR_OK;
- break;
case NSGIF_ERR_OOM:
err = NSERROR_NOMEM;
break;
-----------------------------------------------------------------------
Summary of changes:
content/handlers/image/gif.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/content/handlers/image/gif.c b/content/handlers/image/gif.c
index 0b577f0..4671d1d 100644
--- a/content/handlers/image/gif.c
+++ b/content/handlers/image/gif.c
@@ -68,9 +68,6 @@ static inline nserror gif__nsgif_error_to_ns(nsgif_error
gif_res)
nserror err;
switch (gif_res) {
- case NSGIF_OK:
- err = NSERROR_OK;
- break;
case NSGIF_ERR_OOM:
err = NSERROR_NOMEM;
break;
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]