[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Patch] Pinning: Handle multiple package names per line



Michael Vogt <mvogt@acm.org> writes:

> -      Plcy.CreatePin(Type,Name,string(Word,End),priority);
> +      istringstream s(Name);
> +      string pkg;
> +      while(!s.eof())
> +      {
> +	 s >> pkg;
> +         Plcy.CreatePin(Type, pkg, string(Word,End),priority);
> +      };
>     }

Wrong identation.

-- 
        O T A V I O    S A L V A D O R
---------------------------------------------
 E-mail: otavio@debian.org      UIN: 5906116
 GNU/Linux User: 239058     GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
 you the whole house."



Reply to: