c2man: Fix .spec file flag recognition.

oldstable
Max TenEyck Woodbury 2011-03-08 18:29:02 -05:00 committed by Alexandre Julliard
parent 888a19c02c
commit 3d6ae97aa3
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ sub process_spec_file($)
{
$flags |= $FLAG_REGISTER;
}
s/ \-[a-z0-9]+//g; # Strip flags
s/ \-[a-z0-9=_]+//g; # Strip flags
if( /^(([0-9]+)|@) / )
{