parent
c4e369ee54
commit
849cc4cd4f
|
@ -139,7 +139,7 @@ impl FromStr for InterfaceName {
|
||||||
return Err(InvalidInterfaceName::InvalidChars);
|
return Err(InvalidInterfaceName::InvalidChars);
|
||||||
}
|
}
|
||||||
|
|
||||||
*out = *b as i8;
|
*out = *b as c_char;
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(Self(buf))
|
Ok(Self(buf))
|
||||||
|
|
Loading…
Reference in New Issue