Re: [libvirt] [PATCH] virsh: Convert escape sequence string to uppercase

2011-12-13 Thread Eric Blake
On 12/13/2011 01:34 AM, Michal Privoznik wrote: > Macro for translating escape sequence to char expects it to be > all uppercase. Without this, various lowercase sequences are > malformed: e.g. ^e gets translated to %. > --- > tools/virsh.c |5 + > 1 files changed, 5 insertions(+), 0 delet

[libvirt] [PATCH] virsh: Convert escape sequence string to uppercase

2011-12-13 Thread Michal Privoznik
Macro for translating escape sequence to char expects it to be all uppercase. Without this, various lowercase sequences are malformed: e.g. ^e gets translated to %. --- tools/virsh.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index d5