Explorar el Código

rust-protocol: Fix return value.

Mathias Gottschlag hace 5 años
padre
commit
65664d2b93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      common/rust-protocol/src/lib.rs

+ 1
- 1
common/rust-protocol/src/lib.rs Ver fichero

115
             }
115
             }
116
             data = &mut data[value_len..];
116
             data = &mut data[value_len..];
117
         }
117
         }
118
-        false
118
+        true
119
     }
119
     }
120
 }
120
 }
121
 
121
 

Loading…
Cancelar
Guardar