diff options
Diffstat (limited to 'src/LYJump.c')
-rw-r--r-- | src/LYJump.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/LYJump.c b/src/LYJump.c index 98632df5..0847fd34 100644 --- a/src/LYJump.c +++ b/src/LYJump.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYJump.c,v 1.50 2014/01/19 11:43:21 tom Exp $ + * $LynxId: LYJump.c,v 1.51 2016/11/24 15:35:29 tom Exp $ */ #include <HTUtils.h> #include <HTAlert.h> @@ -89,8 +89,6 @@ BOOL LYJumpInit(char *config) outofmem(__FILE__, "LYJumpInit"); } - assert(jtp != NULL); - /* * config is JUMPFILE:path[:optional_key[:optional_prompt]] * @@ -153,8 +151,6 @@ BOOL LYJumpInit(char *config) outofmem(__FILE__, "LYJumpInit"); } - assert(jtp != NULL); - StrAllocCopy(jtp->file, JThead->file); } |