RFC: [PATCH] Simplify installed.db format

Buzz cygwin-apps.buzz@bavag.tmfweb.nl
Mon Jan 23 07:43:00 GMT 2006


Op Sun, 22 Jan 2006 23:28:04 -0500 (EST) schreef Igor Peshansky
in <Pine.GSO.4.63.0601222324410.18707<at>access1.cims.nyu.edu>:

:  On Sun, 22 Jan 2006, Igor Peshansky wrote:

: > The attached patch fixes the parsing of installed.db package lines.
: > Comments welcome.

+		  sscanf (line, "%s %s", pkgname, inst);

Won't this parse the `` 0'' into ``inst''? Did you mean

+		  sscanf (line, "%s %s ", pkgname, inst);

perhaps?


L8r,

Buzz.
-- 
  ) |  | ---/ ---/  Yes, this | This message consists of true | I do not
--  |  |   /    /   really is |   and false bits entirely.    | mail for
  ) |  |  /    /    a 72 by 4 +-------------------------------+ any1 but
--  \--| /--- /---  .sigfile. |   |perl -pe "s.u(z)\1.as."    | me. 4^re



More information about the Cygwin-apps mailing list