mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
fix bug #135723
This commit is contained in:
parent
3922b356a9
commit
760d96edc5
@ -1,3 +1,8 @@
|
||||
Sun Feb 29 02:35:00 2004 Sven Herzberg <herzi@gnome-de.org>
|
||||
|
||||
* glib/tmpl/limits.sgml: exchange non-existing G_MAX_DOUBLE for
|
||||
G_MAXDOUBLE (fixes #135723)
|
||||
|
||||
Fri Feb 27 22:10:25 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/tmpl/modules.sgml: Reformat a bit.
|
||||
|
@ -202,7 +202,7 @@ The minimum positive value which can be held in a #gdouble.
|
||||
</para>
|
||||
<para>
|
||||
If you are interested in the smallest value which can be held in a #gdouble,
|
||||
use -G_MAX_DOUBLE.
|
||||
use -G_MAXDOUBLE.
|
||||
</para>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user