mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-13 04:38:20 +00:00
committed by
Christian Helmuth
parent
d884cf1a9a
commit
d9d65aa86b
@ -83,7 +83,7 @@ class Genode::Arg
|
||||
|
||||
/* read numeric value and skip the corresponding tokens */
|
||||
Number_of_bytes value;
|
||||
size_t n = ascii_to(t.start(), &value);
|
||||
size_t n = ascii_to(t.start(), value);
|
||||
|
||||
if (n == 0)
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user