[Pkg-libvirt-commits] [libguestfs] 98/146: fish: c-pointer: Print the pointer in hexadecimal.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 17:01:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit cfe47502293345639f77db7aa40341d3375028d1
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sun Dec 21 18:47:30 2014 +0000
fish: c-pointer: Print the pointer in hexadecimal.
$ guestfish
><fs> c-pointer
0x1fb4f80
This updates commit d8c43d556b45f4c9676fdbfce0e9fe07b709635a.
(cherry picked from commit fdf6221f33f40e3cc702ddb5f5d2557ffedd03bf)
---
generator/actions.ml | 1 +
1 file changed, 1 insertion(+)
diff --git a/generator/actions.ml b/generator/actions.ml
index d63794e..6a23ba9 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -3294,6 +3294,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"]]), []
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list