Re: [gnome-db] Fixing not properly fixed bug...
- From: David Marín Carreño <david aspl es>
- To: Gonzalo Paniagua Javier <gonzalo gnome-db org>
- Cc: Gnome-db list <gnome-db-list gnome org>
- Subject: Re: [gnome-db] Fixing not properly fixed bug...
- Date: 17 Mar 2003 19:15:09 +0100
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]