tests: fixed copy-paste error in report

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-11-06 19:41:17 +03:00
parent 148faf72bf
commit f6c286d79a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ ahcCheck (void *cls,
mhdErrorExitDesc ("'upload_data' is not NULL");
if (NULL == upload_data_size)
mhdErrorExitDesc ("'upload_data_size' pointer is not NULL");
mhdErrorExitDesc ("'upload_data_size' pointer is NULL");
if (0 != *upload_data_size)
mhdErrorExitDesc ("'*upload_data_size' value is not zero");
+1 -1
View File
@@ -393,7 +393,7 @@ ahcCheck (void *cls,
mhdErrorExitDesc ("'upload_data' is not NULL");
if (NULL == upload_data_size)
mhdErrorExitDesc ("'upload_data_size' pointer is not NULL");
mhdErrorExitDesc ("'upload_data_size' pointer is NULL");
if (0 != *upload_data_size)
mhdErrorExitDesc ("'*upload_data_size' value is not zero");