14 lines
434 B
Diff
14 lines
434 B
Diff
diff --git a/lib/fko_encode.c b/lib/fko_encode.c
|
|
index c92d421..5f2ff15 100644
|
|
--- a/lib/fko_encode.c
|
|
+++ b/lib/fko_encode.c
|
|
@@ -115,7 +115,7 @@ fko_encode_spa_data(fko_ctx_t ctx)
|
|
/* Add the timestamp.
|
|
*/
|
|
offset = strlen(tbuf);
|
|
- sprintf(((char*)tbuf+offset), ":%u:", (unsigned int) ctx->timestamp);
|
|
+ sprintf(((char*)tbuf+offset), "%u:", (unsigned int) ctx->timestamp);
|
|
|
|
/* Add the version string.
|
|
*/
|