[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6238] XSParagraph minor update
From: |
Gavin D. Smith |
Subject: |
[6238] XSParagraph minor update |
Date: |
Sun, 03 May 2015 13:01:29 +0000 |
Revision: 6238
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6238
Author: gavin
Date: 2015-05-03 13:01:28 +0000 (Sun, 03 May 2015)
Log Message:
-----------
XSParagraph minor update
Modified Paths:
--------------
trunk/tp/Texinfo/Convert/XSParagraph/MANIFEST
trunk/tp/Texinfo/Convert/XSParagraph/mylib/xspara.c
Modified: trunk/tp/Texinfo/Convert/XSParagraph/MANIFEST
===================================================================
--- trunk/tp/Texinfo/Convert/XSParagraph/MANIFEST 2015-05-02 23:28:19 UTC
(rev 6237)
+++ trunk/tp/Texinfo/Convert/XSParagraph/MANIFEST 2015-05-03 13:01:28 UTC
(rev 6238)
@@ -1,4 +1,3 @@
-Changes
Makefile.PL
MANIFEST
ppport.h
Modified: trunk/tp/Texinfo/Convert/XSParagraph/mylib/xspara.c
===================================================================
--- trunk/tp/Texinfo/Convert/XSParagraph/mylib/xspara.c 2015-05-02 23:28:19 UTC
(rev 6237)
+++ trunk/tp/Texinfo/Convert/XSParagraph/mylib/xspara.c 2015-05-03 13:01:28 UTC
(rev 6238)
@@ -585,7 +585,6 @@
if (strchr (state.word.text, '\n'))
{
- printf ("protecting space\n");
/* Replace any '\n' with a ' '. Note that state.word_counter
will still be correct after this. */
char *ptr = state.word.text;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6238] XSParagraph minor update,
Gavin D. Smith <=