diff options
Diffstat (limited to 'soltools')
-rw-r--r-- | soltools/cpp/_macro.c | 3 |
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; } |