ref: b180d8306195219bf734953df88f21e23635f635
parent: 12cf4e9412b4f11103326f7b4f65445b1b739bc5
	author: mkf <mkf@cloud9p.org>
	date: Wed May 15 04:25:06 IDT 2024
	
netclient: use new functions
--- a/netclient.c
+++ b/netclient.c
@@ -189,7 +189,7 @@
/* glenda's turn is done */
if(msg->ntoken < 3)
 				sysfatal("netproc(): not enough tokens to SYNC glenda's move");- dir = parsemove(tokens[2]);
+ dir = strtodir(tokens[2]);
domove(dir);
 			dprint("in glenda's turn\n");}
--
⑨