git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@440 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
axial
2006-10-30 04:45:39 +00:00
parent 4f83744730
commit 694a8cf3ec

View File

@@ -237,7 +237,7 @@ class Decoder {
+ " "
+ (header.Reliable ? "Rel" : " ")
+ " "
+ (header.ZeroCoded ? "Zer" : " ")
+ (header.Zerocoded ? "Zer" : " ")
+ "]"
;
}