about summary refs log tree commit diff stats
path: root/src/LYNews.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-10-21 15:30:04 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1999-10-21 15:30:04 -0400
commit2d161b7d97cebd6f38885cf69933291fec6b4381 (patch)
tree47b7f706656bad14ad80a021a27332ca96d4684e /src/LYNews.c
parentfaba82cd3507fcd4172d94209cd1b700689d5d35 (diff)
downloadlynx-snapshots-2d161b7d97cebd6f38885cf69933291fec6b4381.tar.gz
snapshot of project "lynx", label v2-8-3dev_13
Diffstat (limited to 'src/LYNews.c')
-rw-r--r--src/LYNews.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/LYNews.c b/src/LYNews.c
index 2425c365..85c5759e 100644
--- a/src/LYNews.c
+++ b/src/LYNews.c
@@ -118,6 +118,13 @@ PUBLIC char *LYNewsPost ARGS2(
 	return(postfile);
 
     /*
+     *  Return immediately if we do get called, maybe by some quirk
+     *  of HTNews.c, when we shouldn't. - kw
+     */
+    if (no_newspost)
+	return(postfile);
+
+    /*
      *  Open a temporary file for the headers
      *  and message body. - FM
      */