Commit 64ce7c0e authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

cmd: Add @drive@ keyword, replaced by drive letter.

parent 1e89625b
......@@ -179,8 +179,7 @@ static const char *compare_line(const char *out_line, const char *out_end, const
exp_ptr += sizeof(drive_cmd);
if(out_end-out_ptr < drive_len
|| (CompareStringA(LOCALE_SYSTEM_DEFAULT, NORM_IGNORECASE,
out_ptr, drive_len,
drive, drive_len) != CSTR_EQUAL)) {
out_ptr, drive_len, drive, drive_len) != CSTR_EQUAL)) {
err = out_ptr;
}else {
out_ptr += drive_len;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment