[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestNetwork tn-injector.c, 1.1.2.1, 1.1.2.2

Kyle Jamieson kasj78 at users.sourceforge.net
Fri Jun 9 09:05:21 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestNetwork
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14897

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	tn-injector.c 
Log Message:
printf format string fix.

Index: tn-injector.c
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestNetwork/Attic/tn-injector.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** tn-injector.c	2 Jun 2006 20:51:13 -0000	1.1.2.1
--- tn-injector.c	9 Jun 2006 16:05:19 -0000	1.1.2.2
***************
*** 42,46 ****
    printf("Writing packet:\n  ");
    for (i = 0; i < len; i++) {
!     printf("0.2x ", ((uint8_t*)storage)[i]);
    }
    printf("\n");
--- 42,46 ----
    printf("Writing packet:\n  ");
    for (i = 0; i < len; i++) {
!     printf("%0.2x ", ((uint8_t*)storage)[i]);
    }
    printf("\n");



More information about the Tinyos-2-commits mailing list