Index: ipcd356.c =================================================================== --- ipcd356.c (revision 31006) +++ ipcd356.c (revision 31007) @@ -112,7 +112,7 @@ sprintf(fmt, "%%0%d.0mm", len); crd *= 1000; } - pcb_snprintf(tmp, sizeof(tmp), fmt, crd); + rnd_snprintf(tmp, sizeof(tmp), fmt, crd); fill_field(dst, start, end, tmp, name); }