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

Collapse All | Expand All

(-)fileops.c.pre-H (-1 / +1 lines)
Lines 225-231 Link Here
225
gint
225
gint
226
op_with_ow_check(gchar *src, gchar *dest, gint (*op_func)(gchar *, gchar *))
226
op_with_ow_check(gchar *src, gchar *dest, gint (*op_func)(gchar *, gchar *))
227
{
227
{
228
  gint overwrite_button;
228
  guint overwrite_button;
229
  gchar *s;
229
  gchar *s;
230
230
231
  if ((s = strrchr(dest, '/')) != NULL)
231
  if ((s = strrchr(dest, '/')) != NULL)

Return to bug 114898