[client:client.internal] fix, use pointer instead of value for update()

This commit is contained in:
xdrm-brackets 2018-04-22 16:02:39 +02:00
parent 09d514d5b9
commit 4521cf1830
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import "git.xdrm.io/schastsp/client/keyset"
/* (1) Updates 'key' and 'sync' with files /* (1) Updates 'key' and 'sync' with files
* *
---------------------------------------------------------*/ ---------------------------------------------------------*/
func (c T) update(){ func (c *T) update(){
var err error; var err error;