Skip to content

Commit 1aca395

Browse files
committed
sync O
1 parent 81eb2ee commit 1aca395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdx/X.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func X2string(rdt byte, tlv []byte, new_val string, src uint64) (delta []byte) {
170170

171171
func Xdiff(rdt byte, tlv []byte, sendvv VV) (diff []byte) {
172172
switch rdt {
173-
case 'O', 'Y':
173+
case 'Y':
174174
diff = nil
175175
case 'F':
176176
diff = Fdiff(tlv, sendvv)

0 commit comments

Comments
 (0)