Re: [gnome-db] Fixing not properly fixed bug...



El lun, 17 de 03 de 2003 a las 18:54, Gonzalo Paniagua Javier escribió:
> Fixed in CVS.

It's not yet fixed:

Now (1.55 CVS version):
      if (!password || *password != '\0')

It must be:

      if (!password || *password == '\0') 




> Thanks.
-- 
David Marín Carreño <david aspl es>
Advanced Software Production Line, S.L.




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