]> git.proxmox.com Git - qemu.git/commit - qemu-monitor.hx
monitor: Fix do_wav_capture() argument type
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 4 Sep 2009 19:23:07 +0000 (16:23 -0300)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 26 Sep 2009 19:25:03 +0000 (21:25 +0200)
commite0fed6cca7a5a8583798be758db3896828ced7f8
treeb94268809984dc272111b6213c45779c8891c25b
parent075e36b8ede5409b491abdf69fe2ffcf1bfe6bca
monitor: Fix do_wav_capture() argument type

Currently do_wav_capture() path's argument type is 's' (string),
but it should be 'F' (filename), this way 'wavcapture' gets
command completion.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
qemu-monitor.hx