fish: c-pointer: Print the pointer in hexadecimal.

$ guestfish
><fs> c-pointer
0x1fb4f80

This updates commit d8c43d556b.
This commit is contained in:
Richard W.M. Jones
2014-12-21 18:47:30 +00:00
parent 92575d0eab
commit fdf6221f33

View File

@@ -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"]]), []