summaryrefslogtreecommitdiff
path: root/soltools/cpp/_macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/cpp/_macro.c')
-rw-r--r--soltools/cpp/_macro.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soltools/cpp/_macro.c b/soltools/cpp/_macro.c
index a5e5b931d431..e8b87d002f4c 100644
--- a/soltools/cpp/_macro.c
+++ b/soltools/cpp/_macro.c
@@ -587,8 +587,9 @@ void
ntp->len + ntp->wslen);
len += ntp->len + ntp->wslen;
}
- else // Leerzeichen um ## herum entfernen:
+ else
{
+ // remove spaces around ##
strncpy((char *) tt + len, (char *) ntp->t, ntp->len);
len += ntp->len;
}