mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Fix optimization that was correct for the use here, but completely
Thu Apr 26 10:54:50 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c (strstr_len): Fix optimization that was correct for the use here, but completely incorrect in general.
This commit is contained in:
parent
604828e8d5
commit
fb5f7106dc
@ -1,3 +1,9 @@
|
||||
Thu Apr 26 10:54:50 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (strstr_len): Fix optimization that
|
||||
was correct for the use here, but completely incorrect
|
||||
in general.
|
||||
|
||||
Thu Apr 26 10:40:41 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Apr 26 10:54:50 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (strstr_len): Fix optimization that
|
||||
was correct for the use here, but completely incorrect
|
||||
in general.
|
||||
|
||||
Thu Apr 26 10:40:41 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Apr 26 10:54:50 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (strstr_len): Fix optimization that
|
||||
was correct for the use here, but completely incorrect
|
||||
in general.
|
||||
|
||||
Thu Apr 26 10:40:41 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Apr 26 10:54:50 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (strstr_len): Fix optimization that
|
||||
was correct for the use here, but completely incorrect
|
||||
in general.
|
||||
|
||||
Thu Apr 26 10:40:41 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Apr 26 10:54:50 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (strstr_len): Fix optimization that
|
||||
was correct for the use here, but completely incorrect
|
||||
in general.
|
||||
|
||||
Thu Apr 26 10:40:41 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Apr 26 10:54:50 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (strstr_len): Fix optimization that
|
||||
was correct for the use here, but completely incorrect
|
||||
in general.
|
||||
|
||||
Thu Apr 26 10:40:41 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Apr 26 10:54:50 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (strstr_len): Fix optimization that
|
||||
was correct for the use here, but completely incorrect
|
||||
in general.
|
||||
|
||||
Thu Apr 26 10:40:41 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
|
||||
|
@ -1724,7 +1724,7 @@ strstr_len (const char *haystack,
|
||||
return (char *)p;
|
||||
|
||||
next:
|
||||
p += needle_len;
|
||||
p++;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user