From 5423be9eb8c1270bba2d5ce553f20ea3039c024a Mon Sep 17 00:00:00 2001 From: SteveGilvarry Date: Thu, 5 Nov 2015 01:25:44 +1100 Subject: [PATCH] Revert space removal around PRId64 --- src/zm_videostore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zm_videostore.cpp b/src/zm_videostore.cpp index e097a7298..bdbeb0b16 100755 --- a/src/zm_videostore.cpp +++ b/src/zm_videostore.cpp @@ -154,7 +154,7 @@ VideoStore::~VideoStore(){ void VideoStore::dumpPacket( AVPacket *pkt ){ char b[10240]; - snprintf(b, sizeof(b), " pts: %"PRId64", dts: %"PRId64", data: %p, size: %d, sindex: %d, dflags: %04x, s-pos: %"PRId64", c-duration: %"PRId64"\n" + snprintf(b, sizeof(b), " pts: %" PRId64 ", dts: %" PRId64 ", data: %p, size: %d, sindex: %d, dflags: %04x, s-pos: %" PRId64 ", c-duration: %" PRId64 "\n" , pkt->pts , pkt->dts , pkt->data