Index: trunk/src_plugins/import_ipcd356/ipcd356.c =================================================================== --- trunk/src_plugins/import_ipcd356/ipcd356.c (revision 29523) +++ trunk/src_plugins/import_ipcd356/ipcd356.c (revision 29524) @@ -452,6 +452,7 @@ for(;;) { char *s, line[1024]; + line[19] = '!'; /* make sure we have a space there because of fgets */ s = fgets(line, sizeof(line), f); if (s == NULL) break;