diff --git a/path.c b/path.c index 47254b341620b7..78b9b189df65fa 100644 --- a/path.c +++ b/path.c @@ -741,7 +741,7 @@ char *interpolate_path(const char *path, int real_home) #ifdef __MINGW32__ if (path[0] == '/') { - warning(_("encountered old-style '%s' that should be '%%(prefix)%s'"), path, path); + warning(_("encountered old-style '%s' that should be '%%(prefix)/%s'"), path, path); return system_path(path + 1); } #endif