X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/41ec02708cdd5e0f2b478a9f5135a597353a72e8..558e19f535bb0c65b610bc758c8133ded549ca3c:/teshsuite/smpi/mpich3-test/datatype/sendrecvt2.c diff --git a/teshsuite/smpi/mpich3-test/datatype/sendrecvt2.c b/teshsuite/smpi/mpich3-test/datatype/sendrecvt2.c index 14c57253af..6ff46d23f0 100644 --- a/teshsuite/smpi/mpich3-test/datatype/sendrecvt2.c +++ b/teshsuite/smpi/mpich3-test/datatype/sendrecvt2.c @@ -93,7 +93,7 @@ int main(int argc, char **argv) myname, j, world_rank, errloc - 1); p1 = (char *) inbufs[j]; p2 = (char *) outbufs[j]; - fprintf(stderr, "Got %x expected %x\n", p1[errloc - 1], p2[errloc - 1]); + fprintf(stderr, "Got %hhx expected %hhx\n", p1[errloc - 1], p2[errloc - 1]); err++; } }