mirror of https://github.com/BOINC/boinc.git
client: fix typo
This commit is contained in:
parent
6b3d569ebe
commit
e92a398c0a
|
@ -208,7 +208,7 @@ int HOST_INFO::write(
|
|||
d_free,
|
||||
osn,
|
||||
osv,
|
||||
coprocs.ndev();
|
||||
coprocs.ndevs()
|
||||
);
|
||||
if (strlen(product_name)) {
|
||||
xml_escape(product_name, pn, sizeof(pn));
|
||||
|
|
Loading…
Reference in New Issue