~xubuntu-dev/libxfce4util/maverick

« back to all changes in this revision

Viewing changes to libxfce4util/xfce-fileutils.c

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2008-07-06 10:58:49 UTC
  • mfrom: (1.2.11 upstream)
  • mto: (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080706105849-zetal1iaztbjbj6x
Tags: 4.4.2-3
* debian/control:
  - fixed typo in short description.                          closes: #489493
  - removed Martin Loschwitz from Uploaders.
  - updated standards version to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: xfce-fileutils.c 21068 2006-04-18 21:35:22Z benny $ */
 
1
/* $Id: xfce-fileutils.c 26250 2007-11-04 08:45:06Z jasper $ */
2
2
/*-
3
3
 * Copyright (c) 2003-2006 Benedikt Meurer <benny@xfce.org>
4
4
 * All rights reserved.
90
90
        last = 1;
91
91
      else if (p[0] != '/')
92
92
        continue;
 
93
      else if (p[1] == '\0')
 
94
        last = 1;
93
95
 
94
96
      *p = '\0';
95
97
 
96
 
      if (p[1] == '\0')
97
 
        last = 1;
98
 
 
99
98
      if (first)
100
99
        {
101
100
          /*