fixed incorrect joining of substituted strings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -129,8 +129,8 @@ def headersOnly(files):
|
|||||||
|
|
||||||
def callback(cond, sources):
|
def callback(cond, sources):
|
||||||
prf = suf = ''
|
prf = suf = ''
|
||||||
if sources[0].isspace(): prefix=' '
|
if sources[0].isspace(): prf=' '
|
||||||
if sources[-1].isspace(): suffix=' '
|
if sources[-1].isspace(): suf=' '
|
||||||
retval = []
|
retval = []
|
||||||
for s in sources.split():
|
for s in sources.split():
|
||||||
if s.endswith('.h'):
|
if s.endswith('.h'):
|
||||||
|
Reference in New Issue
Block a user