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
@ -69,7 +69,7 @@ class Vfs::Tar_file_system : public File_system
|
||||
strncpy(buf, field, sizeof(buf));
|
||||
|
||||
unsigned long value = 0;
|
||||
ascii_to(buf, &value, 8);
|
||||
Genode::ascii_to_unsigned_long(buf, value, 8);
|
||||
return value;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user