Summary: | automatic prefix munging on Windows causes useless output with paths containing spaces | ||
---|---|---|---|
Product: | pkg-config | Reporter: | John Stumpo <bugstuff> |
Component: | src | Assignee: | Tollef Fog Heen <tfheen> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Windows (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Escape spaces in autodetected ${prefix} values on Windows. |
Description
John Stumpo
2012-07-09 04:40:59 UTC
Comment on attachment 63995 [details] [review] Escape spaces in autodetected ${prefix} values on Windows. Review of attachment 63995 [details] [review]: ----------------------------------------------------------------- I haven't tested, but this looks good. If you can address the comment below, I'll be happy to commit. ::: parse.c @@ +1060,5 @@ > + gchar *oldprefix = prefix; > + prefix = strdup_escape_shell(prefix); > + g_free(oldprefix); > + } > + Instead of adding another block and variable, can we just reuse the q local variable? Also, space after function like other coding style. I made those small changes and pushed them in commit f57fafe. Please reopen if you're still having issues. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.