comparison svr-authpubkey.c @ 1754:064f5be2fc45

Add buf_decrpos()
author Matt Johnston <matt@ucc.asn.au>
date Sat, 24 Oct 2020 18:56:45 +0800
parents ae41624c2198
children d39cfedaf015
comparison
equal deleted inserted replaced
1753:7c0fcd19e492 1754:064f5be2fc45
292 continue; 292 continue;
293 } else if (c == '#') { 293 } else if (c == '#') {
294 is_comment = 1; 294 is_comment = 1;
295 break; 295 break;
296 } 296 }
297 buf_incrpos(line, -1); 297 buf_decrpos(line, 1);
298 break; 298 break;
299 } 299 }
300 if (is_comment) { 300 if (is_comment) {
301 /* next line */ 301 /* next line */
302 goto out; 302 goto out;