diff svr-authpubkey.c @ 1759:4c5599435084

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Sun, 25 Oct 2020 21:47:42 +0800
parents 064f5be2fc45
children d39cfedaf015
line wrap: on
line diff
--- a/svr-authpubkey.c	Sat Oct 24 22:40:08 2020 +0800
+++ b/svr-authpubkey.c	Sun Oct 25 21:47:42 2020 +0800
@@ -294,7 +294,7 @@
 				is_comment = 1;
 				break;
 			}
-			buf_incrpos(line, -1);
+			buf_decrpos(line, 1);
 			break;
 		}
 		if (is_comment) {