diff options
author | Stefan Weil <weil@mail.berlios.de> | 2009-07-31 21:30:45 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:30 -0500 |
commit | 55418b961362f189ac3bb9499a349b2667885164 (patch) | |
tree | 9fe994059969d84315709a2c9394394f56c4c5d6 /qemu-img.texi | |
parent | 8baf73adf664e79eae201c3f618078a220a661d9 (diff) | |
download | hqemu-55418b961362f189ac3bb9499a349b2667885164.zip hqemu-55418b961362f189ac3bb9499a349b2667885164.tar.gz |
Win32: Fix default prefix
The old code resulted in wrong escape sequences:
#define CONFIG_QEMU_SHAREDIR "c:\Program Files\Qemu"
gcc warnings:
vl.c:5708:20: warning: unknown escape sequence '\P'
vl.c:5708:20: warning: unknown escape sequence '\Q'
Windows can handle slash (/) path separators,
and QEMU already adds directories using slash,
so there is no need to fight with the correct number
of backslashes.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Diffstat (limited to 'qemu-img.texi')
0 files changed, 0 insertions, 0 deletions