Fix undefined variable typo. Patch from Simon Floery <simon.floery@gmx.at>
2002-04-05 Alex Larsson <alexl@redhat.com> * gdk/linux-fb/gdkkeyboard-fb.c (write_string): Fix undefined variable typo. Patch from Simon Floery <simon.floery@gmx.at>
This commit is contained in:
committed by
Alexander Larsson
parent
cca4abf498
commit
c744f44f0c
@ -1,3 +1,9 @@
|
|||||||
|
2002-04-05 Alex Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
|
* gdk/linux-fb/gdkkeyboard-fb.c (write_string):
|
||||||
|
Fix undefined variable typo.
|
||||||
|
Patch from Simon Floery <simon.floery@gmx.at>
|
||||||
|
|
||||||
Fri Apr 5 01:06:15 2002 Tim Janik <timj@gtk.org>
|
Fri Apr 5 01:06:15 2002 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
|
* gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
2002-04-05 Alex Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
|
* gdk/linux-fb/gdkkeyboard-fb.c (write_string):
|
||||||
|
Fix undefined variable typo.
|
||||||
|
Patch from Simon Floery <simon.floery@gmx.at>
|
||||||
|
|
||||||
Fri Apr 5 01:06:15 2002 Tim Janik <timj@gtk.org>
|
Fri Apr 5 01:06:15 2002 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
|
* gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
2002-04-05 Alex Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
|
* gdk/linux-fb/gdkkeyboard-fb.c (write_string):
|
||||||
|
Fix undefined variable typo.
|
||||||
|
Patch from Simon Floery <simon.floery@gmx.at>
|
||||||
|
|
||||||
Fri Apr 5 01:06:15 2002 Tim Janik <timj@gtk.org>
|
Fri Apr 5 01:06:15 2002 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
|
* gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
2002-04-05 Alex Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
|
* gdk/linux-fb/gdkkeyboard-fb.c (write_string):
|
||||||
|
Fix undefined variable typo.
|
||||||
|
Patch from Simon Floery <simon.floery@gmx.at>
|
||||||
|
|
||||||
Fri Apr 5 01:06:15 2002 Tim Janik <timj@gtk.org>
|
Fri Apr 5 01:06:15 2002 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
|
* gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
2002-04-05 Alex Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
|
* gdk/linux-fb/gdkkeyboard-fb.c (write_string):
|
||||||
|
Fix undefined variable typo.
|
||||||
|
Patch from Simon Floery <simon.floery@gmx.at>
|
||||||
|
|
||||||
Fri Apr 5 01:06:15 2002 Tim Janik <timj@gtk.org>
|
Fri Apr 5 01:06:15 2002 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
|
* gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
2002-04-05 Alex Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
|
* gdk/linux-fb/gdkkeyboard-fb.c (write_string):
|
||||||
|
Fix undefined variable typo.
|
||||||
|
Patch from Simon Floery <simon.floery@gmx.at>
|
||||||
|
|
||||||
Fri Apr 5 01:06:15 2002 Tim Janik <timj@gtk.org>
|
Fri Apr 5 01:06:15 2002 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
|
* gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
|
||||||
|
|||||||
@ -876,7 +876,7 @@ static gboolean
|
|||||||
write_string (gint fd,
|
write_string (gint fd,
|
||||||
gchar *str)
|
gchar *str)
|
||||||
{
|
{
|
||||||
gsize to_write = strlen (string);
|
gsize to_write = strlen (str);
|
||||||
|
|
||||||
while (to_write > 0)
|
while (to_write > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user