mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
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:
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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
|
||||
|
@ -876,7 +876,7 @@ static gboolean
|
||||
write_string (gint fd,
|
||||
gchar *str)
|
||||
{
|
||||
gsize to_write = strlen (string);
|
||||
gsize to_write = strlen (str);
|
||||
|
||||
while (to_write > 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user