diff options
author | phil <phil@FreeBSD.org> | 2017-08-07 17:23:44 +0000 |
---|---|---|
committer | phil <phil@FreeBSD.org> | 2017-08-07 17:23:44 +0000 |
commit | 24dec0b179f6eba6d055b33faf478d202bfb11ba (patch) | |
tree | 85d6194bf51077fe9f92a2d137b166076c2030f3 /contrib/libxo/encoder/test/enc_test.c | |
parent | f7b18a778494a28eccbb80840c7966374bb9e821 (diff) | |
download | FreeBSD-src-24dec0b179f6eba6d055b33faf478d202bfb11ba.zip FreeBSD-src-24dec0b179f6eba6d055b33faf478d202bfb11ba.tar.gz |
Import libxo-0.8.4 from HEAD into stable/11
Submitted by: phil
Diffstat (limited to 'contrib/libxo/encoder/test/enc_test.c')
-rw-r--r-- | contrib/libxo/encoder/test/enc_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libxo/encoder/test/enc_test.c b/contrib/libxo/encoder/test/enc_test.c index ec49499..1f1783a 100644 --- a/contrib/libxo/encoder/test/enc_test.c +++ b/contrib/libxo/encoder/test/enc_test.c @@ -14,8 +14,8 @@ static int test_handler (XO_ENCODER_HANDLER_ARGS) { - printf("op %s: [%s] [%s]\n", xo_encoder_op_name(op), - name ?: "", value ?: ""); + printf("op %s: [%s] [%s] [%#llx]\n", xo_encoder_op_name(op), + name ?: "", value ?: "", flags); return 0; } |