[Pkg-libvirt-commits] [libguestfs] 135/384: fish: c-pointer: Print the pointer in hexadecimal.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 16:56:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit fdf6221f33f40e3cc702ddb5f5d2557ffedd03bf
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.
---
generator/actions.ml | 1 +
1 file changed, 1 insertion(+)
diff --git a/generator/actions.ml b/generator/actions.ml
index 429a2d8..a6a6dad 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -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"]]), []
--
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