Index: gwlib/octstr.c
===================================================================
--- gwlib/octstr.c	(revision 5239)
+++ gwlib/octstr.c	(working copy)
@@ -1447,7 +1447,7 @@
             j = i = i + 1;
             while (isspace(octstr_get_char(text, j)))
                 j ++;
-            if (j - i > 1)
+            if (j - i > 0)
                 octstr_delete(text, i, j - i);
         }
     }
