We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d7db3 commit 0e9f546Copy full SHA for 0e9f546
path.c
@@ -741,7 +741,7 @@ char *interpolate_path(const char *path, int real_home)
741
742
#ifdef __MINGW32__
743
if (path[0] == '/') {
744
- warning(_("encountered old-style '%s' that should be '%%(prefix)%s'"), path, path);
+ warning(_("encountered old-style '%s' that should be '%%(prefix)/%s'"), path, path);
745
return system_path(path + 1);
746
}
747
#endif
0 commit comments