mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
fish: c-pointer: Print the pointer in hexadecimal.
$ guestfish
><fs> c-pointer
0x1fb4f80
This updates commit d8c43d556b.
This commit is contained in:
@@ -3299,6 +3299,7 @@ This is the same as the C<lstat(2)> system call." };
|
||||
{ defaults with
|
||||
name = "c_pointer";
|
||||
style = RInt64 "ptr", [], [];
|
||||
fish_output = Some FishOutputHexadecimal;
|
||||
tests = [
|
||||
InitNone, Always, TestRun (
|
||||
[["c_pointer"]]), []
|
||||
|
||||
Reference in New Issue
Block a user