summaryrefslogtreecommitdiffstats
path: root/lib/libI77/xwsne.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libI77/xwsne.c')
-rw-r--r--lib/libI77/xwsne.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libI77/xwsne.c b/lib/libI77/xwsne.c
index 49e6f0e..41c929b 100644
--- a/lib/libI77/xwsne.c
+++ b/lib/libI77/xwsne.c
@@ -3,6 +3,8 @@
#include "lio.h"
#include "fmt.h"
+extern int f__Aquote;
+
static VOID
nl_donewrec(Void)
{
@@ -33,6 +35,7 @@ x_wsne(cilist *a)
for(s = nl->name; *s; s++)
PUT(*s);
PUT(' ');
+ f__Aquote = 1;
vd = nl->vars;
vde = vd + nl->nvars;
while(vd < vde) {
@@ -64,5 +67,6 @@ x_wsne(cilist *a)
else if (f__recpos+1 >= L_len)
nl_donewrec();
}
+ f__Aquote = 0;
PUT('/');
}
OpenPOWER on IntegriCloud