mirror of https://gitee.com/openkylin/qemu.git
slof-spelling-seperator
Gbp-Pq: Name slof-spelling-seperator.patch Signed-off-by: Cong Liu <liucong2@kylinos.cn>
This commit is contained in:
parent
20e5e128b2
commit
918f2ed30f
|
@ -657,7 +657,7 @@ int parse_tftp_args(char buffer[], char *server_ip, char filename[], int fd,
|
|||
/* look for dns server name */
|
||||
tmp1 = strchr(raw, '.');
|
||||
if (tmp1 == NULL) {
|
||||
printf("\n missing . seperator in %s\n", raw);
|
||||
printf("\n missing . separator in %s\n", raw);
|
||||
free(raw);
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue