Re: [Qemu-devel] [PATCH 3/3] make path_combine() especially for filenames, not URLs

2011-01-21 Thread Kevin Wolf
Am 12.01.2011 11:57, schrieb Michael Tokarev: > Currently the two routines tries to "understand" and skip : > prefix in path arguments are path_combine() and path_is_absolute() > (the latter isn't used anywhere but in the former). This is wrong, > since notion of absolute path is, at least, protoc

[Qemu-devel] [PATCH 3/3] make path_combine() especially for filenames, not URLs

2011-01-12 Thread Michael Tokarev
Currently the two routines tries to "understand" and skip : prefix in path arguments are path_combine() and path_is_absolute() (the latter isn't used anywhere but in the former). This is wrong, since notion of absolute path is, at least, protocol-specific. The implementation is more wrong on wind