Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 81423 | Differences between
and this patch

Collapse All | Expand All

(-)libtranslate-0.99.orig/src//translate-util.c (-1 / +1 lines)
Lines 136-142 Link Here
136
  g_return_val_if_fail(big != NULL, NULL);
136
  g_return_val_if_fail(big != NULL, NULL);
137
  g_return_val_if_fail(little != NULL, NULL);
137
  g_return_val_if_fail(little != NULL, NULL);
138
138
139
  lower_big = g_ascii_strdown(big, big_len);
139
  lower_big = g_ascii_strdown(big, (int) big_len);
140
  lower_little = g_ascii_strdown(little, -1);
140
  lower_little = g_ascii_strdown(little, -1);
141
141
142
  s = strstr(lower_big, lower_little);
142
  s = strstr(lower_big, lower_little);

Return to bug 81423