[rtmpdump] r87 - trunk/amf.c
hyc
subversion at mplayerhq.hu
Thu Dec 17 08:11:42 CET 2009
Author: hyc
Date: Thu Dec 17 08:11:42 2009
New Revision: 87
Log:
Fix whitespace in debug
Modified:
trunk/amf.c
Modified: trunk/amf.c
==============================================================================
--- trunk/amf.c Thu Dec 17 04:29:36 2009 (r86)
+++ trunk/amf.c Thu Dec 17 08:11:42 2009 (r87)
@@ -742,7 +742,7 @@ AMFProp_Dump(AMFObjectProperty * prop)
if (name.av_len > 25)
name.av_len = 25;
- snprintf(strRes, 255, "Name: %.*s, ", name.av_len, name.av_val);
+ snprintf(strRes, 255, "Name: %25.*s, ", name.av_len, name.av_val);
if (prop->p_type == AMF_OBJECT)
{
More information about the rtmpdump
mailing list