RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Per Øyvind Karlsen
  Root:   /v/rpm/cvs                       Email:  pkarl...@rpm5.org
  Module: rpm                              Date:   05-Apr-2011 21:50:24
  Branch: HEAD                             Handle: 2011040519502400

  Modified files:
    rpm                     build.c

  Log:
    revert unicode change

  Summary:
    Revision    Changes     Path
    2.126       +1  -1      rpm/build.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/build.c
  ============================================================================
  $ cvs diff -u -r2.125 -r2.126 build.c
  --- rpm/build.c       5 Apr 2011 19:29:40 -0000       2.125
  +++ rpm/build.c       5 Apr 2011 19:50:24 -0000       2.126
  @@ -88,7 +88,7 @@
            /*@switchbreak@*/ break;
   /*@-boundsread@*/
        default:
  -         if (checking && !(isprint(*s) || isspace(*s)) && *(unsigned char 
*)s < 32) return 0;
  +         if (checking && !(isprint(*s) || isspace(*s))) return 0;
            /*@switchbreak@*/ break;
   /*@=boundsread@*/
        }
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to