RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/rpmio/ macro.c

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Mon 21 Jan 2008 - 19:40:42 CET
Message-Id: <20080121184042.4B5F8348464@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  rse@rpm5.org
  Module: rpm                              Date:   21-Jan-2008 19:40:42
  Branch: HEAD                             Handle: 2008012118404200

  Modified files:
    rpm/rpmio               macro.c

  Log:
    fix little typo in comment

  Summary:
    Revision    Changes     Path
    2.178       +1  -1      rpm/rpmio/macro.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmio/macro.c
  ============================================================================
  $ cvs diff -u -r2.177 -r2.178 macro.c
  --- rpm/rpmio/macro.c	21 Jan 2008 16:47:03 -0000	2.177
  +++ rpm/rpmio/macro.c	21 Jan 2008 18:40:42 -0000	2.178
  @@ -1556,7 +1556,7 @@
   		char *scriptbuf = (char *)xmalloc((lse-ls)+1);
   		const char *printbuf;
   
  -		/* Reset the stateful output buffer bfore recursing down. */
  +		/* Reset the stateful output buffer before recursing down. */
   		lua->storeprint = 1;
   		lua->printbuf = NULL;
   		lua->printbufsize = 0;
  @@ .
Received on Mon Jan 21 19:40:42 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.