Dennis Preiser
2013-11-08 17:03:47 UTC
Below a fix for 1125463. It might be possible that the following change
is already part of the fix for CID 1125403 (assigned to Urs):
- strcat(sptr, name_buf);
+ strcat(sptr, BlankIfNull(name_buf));
Dennis
is already part of the fix for CID 1125403 (assigned to Urs):
- strcat(sptr, name_buf);
+ strcat(sptr, BlankIfNull(name_buf));
Dennis