diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2016-11-24 20:42:26 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2016-11-24 20:42:26 -0500 |
commit | 8e90b748a51b502a3b0430d58cfbc7954d4a801d (patch) | |
tree | b21a6586b444c3604344c862c204083f7fb266af /src/LYGetFile.c | |
parent | da3e74522784403f7b98fb00637209557a87c0f3 (diff) | |
download | lynx-snapshots-8e90b748a51b502a3b0430d58cfbc7954d4a801d.tar.gz |
snapshot of project "lynx", label v2-8-9dev_11c
Diffstat (limited to 'src/LYGetFile.c')
-rw-r--r-- | src/LYGetFile.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/LYGetFile.c b/src/LYGetFile.c index a6ed48d3..3b06cc92 100644 --- a/src/LYGetFile.c +++ b/src/LYGetFile.c @@ -1,4 +1,4 @@ -/* $LynxId: LYGetFile.c,v 1.93 2015/04/06 10:33:23 tom Exp $ */ +/* $LynxId: LYGetFile.c,v 1.94 2016/11/24 15:35:29 tom Exp $ */ #include <HTUtils.h> #include <HTTP.h> #include <HTAnchor.h> /* Anchor class */ @@ -1279,8 +1279,6 @@ static struct trust *new_trust(const char *src, const char *path, int type) if (tp == NULL) outofmem(__FILE__, "new_trust"); - assert(tp != NULL); - tp->type = type; StrAllocCopy(tp->src, src); StrAllocCopy(tp->path, path); |