summaryrefslogtreecommitdiff
path: root/src/irmd/reg/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/irmd/reg/tests')
-rw-r--r--src/irmd/reg/tests/reg_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irmd/reg/tests/reg_test.c b/src/irmd/reg/tests/reg_test.c
index e51fdfc0..d18f5733 100644
--- a/src/irmd/reg/tests/reg_test.c
+++ b/src/irmd/reg/tests/reg_test.c
@@ -598,7 +598,7 @@ static int test_insert_ipcps(void)
}
for (i = 0; i < 100; i++) {
- sprintf(info.name, "%s-%ld", TEST_IPCP, i);
+ sprintf(info.name, "%s-%zd", TEST_IPCP, i);
info.pid = TEST_PID + rand() % 10000;
info.type = rand() % IPCP_INVALID;
info.state = IPCP_INIT; /* set by spawn_ipcp */