summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--atasmart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/atasmart.c b/atasmart.c
index 85d06e3..e0d140c 100644
--- a/atasmart.c
+++ b/atasmart.c
@@ -558,6 +558,7 @@ static void drop_spaces(char *s) {
if (*s != ' ') {
prev_space = FALSE;
*(d++) = ' ';
+ *(d++) = *s;
}
} else {
if (*s == ' ')