1diff -urNp openpts-0.2.6-cvs-patched/src/fsm.c openpts-0.2.6-current/src/fsm.c
2--- openpts-0.2.6-cvs-patched/src/fsm.c 2012-01-05 03:49:15.000000000 -0500
3+++ openpts-0.2.6-current/src/fsm.c 2012-01-09 12:11:17.338706205 -0500
4@@ -934,7 +934,7 @@ char *getEventString(OPENPTS_PCR_EVENT_W
5 /* event */
6 event = eventWrapper->event;
7 if (event != NULL) {
8- // len = snprintf(buf, size, "PCR[%d],TYPE=%d", (int)event->ulPcrIndex, event->eventType);
9+ snprintf(buf, size, "PCR[%d],TYPE=%d", (int)event->ulPcrIndex, event->eventType);
10 } else {
11 LOG(LOG_ERR, "NULL event\n"); // TODO(munetoh)
12 xfree(buf);