fix the treatment of the variable width specifier '*', which caused a bug
in the urlglobbing just now, fixed in the debian bug tracker as Bug#203827
This commit is contained in:
parent
bbdc0394ff
commit
bbe23945e4
@ -171,6 +171,7 @@ static BOOL dprintf_IsQualifierNoDollar(char c)
|
|||||||
case '0': case '1': case '2': case '3': case '4':
|
case '0': case '1': case '2': case '3': case '4':
|
||||||
case '5': case '6': case '7': case '8': case '9':
|
case '5': case '6': case '7': case '8': case '9':
|
||||||
case 'h': case 'l': case 'L': case 'Z': case 'q':
|
case 'h': case 'l': case 'L': case 'Z': case 'q':
|
||||||
|
case '*':
|
||||||
return TRUE;
|
return TRUE;
|
||||||
default:
|
default:
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user