fixed small bug

This commit is contained in:
Edward Emelianov
2026-05-01 23:09:48 +03:00
parent f74ea14bbe
commit 0b7ecba54b
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -411,7 +411,7 @@ const char *parse_cmd(char *buf, int sendto){
break;
case 'I':
buf = omit_spaces(buf);
switch(*buf){
switch(*buf++){
case 'a':
return chaddr(buf);
case 'r':

View File

@@ -1,2 +1,2 @@
#define BUILD_NUMBER "44"
#define BUILD_DATE "2025-10-06"
#define BUILD_NUMBER "45"
#define BUILD_DATE "2026-05-01"