From 37142b5d78d2eace9fef79d20793b0d42965dae5 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Wed, 19 Jun 2019 19:39:08 -0400 Subject: updated internal functionality for registry v0.4.0 --- svc/sqlite.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svc/sqlite.go') diff --git a/svc/sqlite.go b/svc/sqlite.go index 8a7b1a4..c9a9f5a 100644 --- a/svc/sqlite.go +++ b/svc/sqlite.go @@ -58,7 +58,7 @@ func (lite *dbSqlite) push() error { _, err = txst.Exec(i, true, "nickname", e.Nick) errLog("", err) - _, err = txst.Exec(i, true, "rlen", e.RLen) + _, err = txst.Exec(i, true, "lastmodified", e.LastModified) errLog("", err) _, err = txst.Exec(i, true, "uip", e.IP) errLog("", err) @@ -122,8 +122,8 @@ func (lite *dbSqlite) pull() { user.IP = net.ParseIP(string(dBlob)) case "date": user.Date = string(dBlob) - case "rlen": - user.RLen = string(dBlob) + case "lastmodified": + user.LastModified = string(dBlob) default: thetime, err := time.Parse(time.RFC3339, dataKey) errLog("While pulling statuses from SQLite: ", err) -- cgit 1.4.1-2-gfad0 of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/debugprint.h
blob: 7893fef740b0a37ab0e9da33886f60e01df864d7 (plain) (blame)
1
2
3
4
5
6
7