Gitweb links:
...log
http://git.netsurf-browser.org/libwapcaplet.git/shortlog/4239c574e960de24...
...commit
http://git.netsurf-browser.org/libwapcaplet.git/commit/4239c574e960de244c...
...tree
http://git.netsurf-browser.org/libwapcaplet.git/tree/4239c574e960de244cb4...
The branch, master has been updated
via 4239c574e960de244cb46685ec24067cd1206dbe (commit)
from fe1cf79a19ecf625bb46890f0ee497153e0376e0 (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/libwapcaplet.git/commit/?id=4239c574e960de...
commit 4239c574e960de244cb46685ec24067cd1206dbe
Author: Daniel Silverstone <daniel.silverstone(a)codethink.co.uk>
Commit: Daniel Silverstone <daniel.silverstone(a)codethink.co.uk>
Fix typo
diff --git a/test/basictests.c b/test/basictests.c
index 414a2be..6b5218d 100644
--- a/test/basictests.c
+++ b/test/basictests.c
@@ -58,7 +58,7 @@ END_TEST
START_TEST (test_lwc_string_unref_aborts)
{
- lwc_string_unref(lwc_null);
+ lwc_string_unref(null_lwc);
}
END_TEST
-----------------------------------------------------------------------
Summary of changes:
test/basictests.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/basictests.c b/test/basictests.c
index 414a2be..6b5218d 100644
--- a/test/basictests.c
+++ b/test/basictests.c
@@ -58,7 +58,7 @@ END_TEST
START_TEST (test_lwc_string_unref_aborts)
{
- lwc_string_unref(lwc_null);
+ lwc_string_unref(null_lwc);
}
END_TEST
--
String internment library