[abcp commit] r73 - trunk/examples/abcdump

0 views
Skip to first unread message

codesite...@google.com

unread,
Feb 24, 2009, 4:40:29 PM2/24/09
to abcp-...@googlegroups.com
Author: rdentato
Date: Tue Feb 24 13:37:04 2009
New Revision: 73

Modified:
trunk/examples/abcdump/abcdump.c

Log:


Modified: trunk/examples/abcdump/abcdump.c
==============================================================================
--- trunk/examples/abcdump/abcdump.c (original)
+++ trunk/examples/abcdump/abcdump.c Tue Feb 24 13:37:04 2009
@@ -45,7 +45,7 @@
case T_ANNOTATION:
printf("ANNOTATION: ");
printf("pos: %c ",abcAnnotationPos(scn));
- printf("x: %f y: %f ",abcAnnotationPosX(scn),
abcAnnotationPosY(scn));
+ printf("x: %.2f y: %.2f ",abcAnnotationPosX(scn),
abcAnnotationPosY(scn));
printf("\n");
printf(" text: %.*s",abcAnnotationTextLen(scn),

abcAnnotationTextStart(scn));

Reply all
Reply to author
Forward
0 new messages